.view{z-index: 1;position: absolute;}
.horizontal .view{position:relative; float:left;}
.vertical .view{position:relative;}
.view_contents{position:relative; width:100%; margin:0 auto; padding:0; z-index:10; height:100%; overflow: hidden; box-sizing: border-box;/*添加后，模块的内边距和边框不会再溢出*/}
.layout{ position: relative; width: 100%; margin: -32px auto; padding: 0px; z-index: 1;}
.layout > .view_contents{ /*overflow: visible;*/ cursor:default;}
/*流布局*/
.flow .view_contents > .view{float: left;}
.clear { clear: both; }
/*苹果去除样式*/
select,input[type='button'],input[type="reset"],input[type='submit'],input[type='text'],input[type="password"],input[name='query'],input[name='d']{-webkit-appearance: none; border-radius:0px}
input:focus{ -webkit-tap-highlight-color:rgba(0,0,0,0); -webkit-user-modify:read-write-plaintext-only;}

/*模块分页*/
.page_btn{clear: both; margin-top: 20px; width: 100%; text-align: center;}
.page_btn a{display: inline-block; color: #333; box-sizing: border-box; margin: 0 5px; width: 24px; height: 24px; line-height: 24px; border: 1px solid #ccc; font-family: 'microsoft YaHei';}
.page_btn a.cur,.page_btn a:hover{border:1px solid #4c4c4c;}
.prev_btn,.next_btn{font-family: '黑体' !important; border: 0 !important;}
.no_page{border: 0 !important;}
@media screen and (max-width:768px){
/*分页*/
.page_btn a:nth-child(n+5){display: none;}
.page_btn a:nth-last-child(1),.page_btn a:nth-last-child(2),.page_btn a:nth-last-child(3){display: inline-block !important;}
}

/*图片放大样式*/
.imgBox{position: fixed; z-index: 9999; background-color: rgba(0, 0, 0, 0.4); top: 0; left: 0; width: 100%; height: 100%;}
.imgBox img{ position: absolute; width: auto; max-width: 80%; /*max-height: 65%;*/ border: 20px solid #fff;top: 40%; left: 50%; transform: translate(-50%,-50%); -webkit-transform: translate(-50%,-50%); -moz-transform: translate(-50%,-50%); -o-transform: translate(-50%,-50%); box-shadow: 0 0 10px rgba(0,0,0,.3);}
.imgBox.scroll{overflow-y:scroll;overflow-x:hidden;}
.imgBox.scroll::-webkit-scrollbar {width: 6px; height: 6px; background: rgba(0,0,0,.05);}
.imgBox.scroll::-webkit-scrollbar{width: 6px; height: 6px; background: rgba(0,0,0,.02);}
.imgBox.scroll::-webkit-scrollbar-button{background: #f7f7f7; height: 0;}
.imgBox.scroll::-webkit-scrollbar-corner{background: rgba(0,0,0,.05);}
.imgBox.scroll::-webkit-scrollbar-thumb{background: rgba(255,255,255,.7); border-radius: 3px;}

.imgBox.scroll img{top:5%; margin-bottom: 5%; transform: translate(-50%,0%); -webkit-transform: translate(-50%,0%); -moz-transform: translate(-50%,0%); -o-transform: translate(-50%,0%);}
.pos_fixed{position: fixed; width: 100%;}
.imageButton{position: fixed; bottom: 15%; left: 50%; 
	-webkit-transform: translateX(-50%); 
	-moz-transform: translateX(-50%); 
	-ms-transform: translateX(-50%); 
	-o-transform: translateX(-50%); 
	transform: translateX(-50%); 
}
.imageButton span{display: inline-block; cursor:pointer; box-shadow: 0 0 6px rgba(0,0,0,.2);
	-webkit-transition: all ease .2s; 
	-moz-transition: all ease .2s; 
	-ms-transition: all ease .2s;
	-o-transition: all ease .2s; 
	transition: all ease .2s; 
}
.imageButton span:hover{opacity: .8;}
.imageButton span.closeShowPic{ font-size: 40px; border-radius: 100%;font-family: serif; line-height: 1; background-color: #fff; padding: .2em; text-align: center;}
@media screen and (max-width: 768px){/*mobi*/
	.imgBox img{border-width: 10px;}
	.imgBox.scroll img{top:5%; margin-bottom: 10vh;}
}

    .jurisdiction_mask{
        top: 0;
        left: 0;
        position: fixed;
        height: 100%;
        width: 100%;
        background-color: rgba(0, 0, 0,0.5);
        z-index: 2147483647;
		display:none;
    }
    .jurisdiction_tips{
        width: 400px;
        background: #ffffff;
        position: absolute;
        left: 50%;
        top: 45%;
        -ms-transform:translate(-50%,-50%);
        -webkit-transform:translate(-50%,-50%);
        -o-transform:translate(-50%,-50%);
        -moz-transform:translate(-50%,-50%);
        transform:translate(-50%,-50%);
        padding: 23px 20px;
        box-sizing: border-box;
        text-align: center;
    }
    .jurisdiction_tips img{
        display: block;
        margin: 0 auto;
    }
    .jurisdiction_tips h3{
        font-size: 18px;
        font-weight: 400;
        line-height: 40px;color: #575757;
        text-align: center;
        margin: 5px 0 0;
    }
    .jurisdiction_tips p{
        color: #999;
        font-size: 16px;
        text-align: center;
        font-weight: 300;
        margin: 0;
    }
    .jurisdiction_tips button{
        color: #fff;
        font-size: 12px;
        padding: 10px 0;
        margin: 10px 3px 0;
        background-color: #aaa;
        cursor: pointer;
        display: inline-block;
        box-sizing: border-box;
        border: none;
        outline: none !important;
        width: 98px;
    }
    .jurisdiction_tips .jurisdiction_login{
        background: #ff0099;
    }
    .jurisdiction_tips button:hover{
        opacity: 0.8;
    }
    .jurisdiction_tips_mobile{
        display: none;
    }
    @media screen and (max-width: 450px){
        .jurisdiction_tips{
            width: 80%;
            padding: 20px 15px;
        }
        .jurisdiction_tips p{
            display: none;
        }
        .jurisdiction_tips .jurisdiction_tips_mobile{
            display: block;
        }
        .jurisdiction_tips img{width: 60px;}
        .jurisdiction_tips h3{font-size: 16px;}
        .jurisdiction_tips p{
            font-size: 14px;
        }
        .jurisdiction_tips button{margin-top: 12px;padding: 8px 0;}
    }
/*----------------------电脑板式样式----------------------*/

/*----------------------平板板式样式----------------------*/
@media screen and (min-width:641px) and (max-width:1200px) {

}
/*----------------------手机板式样式----------------------*/
@media screen and (max-width:640px) {

}
body{ background-attachment:fixed; }
body{ background-position:center top ; }


 #div_blank_1514966349248{width:100%;height:45px;position:absolute;top:0px;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_blank_1514966349248{}}   @media screen and (max-width:640px) {#div_blank_1514966349248{width:100%;height:40px;top:1px;left:0%;display:block;}} #div_blank_1514966349248 > .view_contents{overflow:visible;}  #div_blank_1514966349248  {box-sizing:border-box;background:#000000;} @media screen and (min-width:641px) and (max-width:1200px) { #div_blank_1514966349248  {box-sizing:border-box;}} @media screen and (max-width:640px) { #div_blank_1514966349248  {box-sizing:border-box;}}


 #dh_style_01_1514967338901{width:895px;z-index:999;left:25.416666666666664%;top:72.5px;position:absolute;}   @media screen and (min-width:641px) and (max-width:1200px) {#dh_style_01_1514967338901{width:100%;z-index:999;left:12.486187845303867%;}}   @media screen and (max-width:640px) {#dh_style_01_1514967338901{width:44px;z-index:999;left:83.60118833528894%;top:41px;}} #dh_style_01_1514967338901 > .view_contents{overflow:visible;} 
/*----------------------电脑板式样式----------------------*/
#dh_style_01_1514967338901 ul li .mainMenuSet{
	padding:0;
}
/*----------------------平板板式样式----------------------*/
@media screen and (min-width:641px) and (max-width:1200px) {
	#dh_style_01_1514967338901{
		
	}
}
/*----------------------手机板式样式----------------------*/
@media screen and (max-width:640px) {
	#dh_style_01_1514967338901{
		
	}
}

 #text_style_01_1515222346295{width:16.666666666666664%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;top:12.5px;left:83.24869791666667%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1515222346295{left:64.18508287292818%;width:19.66850828729282%;top:13px;}}   @media screen and (max-width:640px) {#text_style_01_1515222346295{width:67.3469387755102%;top:11px;left:32.6530612244898%;display:block;}}  #text_style_01_1515222346295>.view_contents {box-sizing:border-box;font-family:Microsoft YaHei;font-size:14px;color:#ffffff;text-align:left;line-height:20px;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1515222346295>.view_contents {box-sizing:border-box;font-size:14px;}} @media screen and (max-width:640px) { #text_style_01_1515222346295>.view_contents {box-sizing:border-box;font-size:14px;text-align:center;}}

 #user_style_05_1515514092033{width:32.416666666666664%;position:absolute;top:0px;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#user_style_05_1515514092033{left:0%;width:56.67958100157841%;}}   @media screen and (max-width:640px) {#user_style_05_1515514092033{width:158px;top:56px;left:21.660209499210794%;display:none;}}  #user_style_05_1515514092033 .textSet {font-size:14px;text-align:center;line-height:45px;height:45px;color:#ffffff;} #user_style_05_1515514092033  {background:#000000;} #user_style_05_1515514092033:hover {} #user_style_05_1515514092033:active {}
/*----------------------电脑板式样式----------------------*/
#user_style_05_1515514092033 li.w{
	display:none;
}
#user_style_05_1515514092033 li>a{ display:block;}
#user_style_05_1515514092033 li{ margin:0; width:60px;}
#user_style_05_1515514092033 li.showpLogin{ background:#1C76F5; }
#user_style_05_1515514092033 li.showpLogin>a{ color:white;}
#user_style_05_1515514092033 li.showpRegistered{ background:#f4f4f4;}
#user_style_05_1515514092033 li.showpRegistered>a{ color:#262626;}
#user_style_05_1515514092033 .Login_after{ height:45px; line-height:45px;}
#user_style_05_1515514092033 .Login_after a{ font-size:14px;}
/*----------------------平板板式样式----------------------*/
@media screen and (min-width:641px) and (max-width:1200px) {
	#user_style_05_1515514092033{
		
	}
}
/*----------------------手机板式样式----------------------*/
@media screen and (max-width:640px) {
	#user_style_05_1515514092033{
		
	}
}

 #lang_style_1_1514966396204{width:14.75%;position:absolute;top:4.5px;left:68.91666666666667%;z-index:1;}   @media screen and (min-width:641px) and (max-width:1200px) {#lang_style_1_1514966396204{left:82.73825966850829%;top:3.5px;width:155px;}}   @media screen and (max-width:640px) {#lang_style_1_1514966396204{width:52.721088435374156%;top:57px;left:0%;display:none;}}  #lang_style_1_1514966396204 .textSet {font-size:14px;color:#ffffff;}
/*----------------------电脑板式样式----------------------*/
#lang_style_1_1514966396204{
	
}
/*----------------------平板板式样式----------------------*/
@media screen and (min-width:641px) and (max-width:1200px) {
	#lang_style_1_1514966396204{
		
	}
}
/*----------------------手机板式样式----------------------*/
@media screen and (max-width:640px) {
	#lang_style_1_1514966396204{
		
	}
}

 #image_logo_1514967226969{width:18.75%;height:74px;position:absolute;top:46px;left:0.8333333333333334%;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_logo_1514967226969{left:0%;width:10.497237569060774%;height:93px;top:55px;}}   @media screen and (max-width:640px) {#image_logo_1514967226969{width:24.149659863945576%;height:53px;top:36px;left:0%;display:block;}} 

 #text_style_01_1542941905744{width:16.333333333333332%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;left:8.125%;top:64px;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1542941905744{left:0%;width:100%;}}   @media screen and (max-width:640px) {#text_style_01_1542941905744{width:51.36054421768708%;top:48.5px;left:22.30442170383168%;}}  #text_style_01_1542941905744>.view_contents {box-sizing:border-box;font-size:16px;color:#005dff;font-family:Microsoft YaHei;font-weight:bold;text-align:justify;line-height:20px;height:41px;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1542941905744>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_01_1542941905744>.view_contents {box-sizing:border-box;font-size:12px;line-height:15px;height:30px;}}

 #qqol_style_02_1551751706794{width:19.166666666666668%;position:absolute;left:33.166666666666664%;top:0px;}   @media screen and (min-width:641px) and (max-width:1200px) {#qqol_style_02_1551751706794{left:8.745874587458744%;width:82.50825082508251%;}}   @media screen and (max-width:640px) {#qqol_style_02_1551751706794{width:78.57142857142857%;top:0px;left:20.131803694225493%;}} #qqol_style_02_1551751706794 > .view_contents{overflow:visible;} 

 #text_style_01_1537509546398{width:6%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;top:12.5px;left:62.91666920979818%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1537509546398{top:10px;left:36.22448979591837%;width:27.55102040816326%;}}   @media screen and (max-width:640px) {#text_style_01_1537509546398{width:25.170068027210885%;top:12px;left:2.0025509555323593%;display:block;}}  #text_style_01_1537509546398>.view_contents {box-sizing:border-box;font-family:Microsoft YaHei;font-size:15px;color:#ffffff;text-align:center;line-height:20px;background:#007bff;font-weight:bold;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1537509546398>.view_contents {box-sizing:border-box;font-size:14px;}} @media screen and (max-width:640px) { #text_style_01_1537509546398>.view_contents {box-sizing:border-box;font-size:14px;text-align:center;}}

 #text_default_1552288590040{width:12.5%;height:44px;position:absolute;left:10.208333333333334%;top:4px;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_default_1552288590040{left:0%;width:100%;}}   @media screen and (max-width:640px) {#text_default_1552288590040{width:370px;height:300px;top:0px;left:0%;}} 
 #div_a_includeBlock_1514966631196{width:1200px;height:120px;position:absolute;top:0px;left:calc(50% - 600px);}   @media screen and (min-width:641px) and (max-width:1200px) {#div_a_includeBlock_1514966631196{width:96%;left:2.014846235418876%;height:148px;}}   @media screen and (max-width:640px) {#div_a_includeBlock_1514966631196{width:92%;height:89px;top:1px;left:4%;display:block;}} #div_a_includeBlock_1514966631196 > .view_contents{overflow:visible;}  #div_a_includeBlock_1514966631196  {} #comm_layout_header{height:120px;z-index:99999;}   @media screen and (min-width:641px) and (max-width:1200px) {#comm_layout_header{height:160px;}}   @media screen and (max-width:640px) {#comm_layout_header{height:91px;display:block;z-index:99999;top:1px;}} #comm_layout_header > .view_contents{overflow:visible;}  #comm_layout_header  {background:#e0e0e0;} #comm_layout_header>.view_contents {background:#e0e0e0;}


 #banner_style_01_1517390362774{width:100%;height:420px;position:absolute;top:0px;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#banner_style_01_1517390362774{height:361px;}}   @media screen and (max-width:640px) {#banner_style_01_1517390362774{width:100%;height:110px;top:0px;left:0%;display:block;}}  #layout_1517390355041{height:420px;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_1517390355041{height:361px;}}   @media screen and (max-width:640px) {#layout_1517390355041{height:110px;display:block;}} #layout_1517390355041 > .view_contents{overflow:visible;} 


 #newsKind_style_02_1515387452683{width:100%;position:absolute;top:108px;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#newsKind_style_02_1515387452683{}}   @media screen and (max-width:640px) {#newsKind_style_02_1515387452683{width:92.8125%;top:71px;left:3.8671875%;}} #newsKind_style_02_1515387452683 > .view_contents{overflow:visible;}  #newsKind_style_02_1515387452683 .oneSet {padding-left:10px;padding-right:10px;color:#000;background:transparent;font-size:14px;text-indent:0.2em;line-height:30px;} #newsKind_style_02_1515387452683 .oneSet:hover {font-size:14px;color:#ffffff;background:transparent;font-family:Microsoft YaHei;} @media screen and (max-width:640px) { #newsKind_style_02_1515387452683 .oneSet {padding-left:0px;padding-right:0px;text-align:center;font-family:Microsoft YaHei;margin-bottom:5px;margin-left:7px;margin-right:7px;background:transparent;font-size:10px;line-height:12px;height:12px;}} @media screen and (max-width:640px) { #newsKind_style_02_1515387452683 .oneSet:hover {font-size:10px;}}
/*----------------------电脑板式样式----------------------*/
#newsKind_style_02_1515387452683 .view_contents{
	margin-bottom:20px;
}
#newsKind_style_02_1515387452683 .newscateStyle_2>ul{ display:block; padding-left:10px; background:transparent; box-shadow:none;}
#newsKind_style_02_1515387452683 .newscateStyle_2>ul>li{ display:inline-block;}
/*----------------------平板板式样式----------------------*/
@media screen and (min-width:641px) and (max-width:1200px) {
	#newsKind_style_02_1515387452683{
		
	}
}
/*----------------------手机板式样式----------------------*/
@media screen and (max-width:640px) {
	#newsKind_style_02_1515387452683{
		
	}
#newsKind_style_02_1515387452683 .newscateStyle_2>ul{ padding-left:0px;}
#newsKind_style_02_1515387452683 .newscateStyle_2>ul>li{ clear:none; width:auto; border:0;}
}

 #searchbox_style_01_1515387325861{width:100%;position:absolute;left:0%;top:40px;z-index:2;display:block;}   @media screen and (min-width:641px) and (max-width:1200px) {#searchbox_style_01_1515387325861{width:96%;left:2%;top:40px;display:block;}}   @media screen and (max-width:640px) {#searchbox_style_01_1515387325861{width:92%;left:4%;top:15px;display:block;}} #searchbox_style_01_1515387325861 > .view_contents{overflow:hidden;}  #searchbox_style_01_1515387325861 .inputSet {border-top-left-radius:5px;border-bottom-left-radius:5px;border-top-width:1px;border-bottom-width:1px;border-left-width:1px;border-right-color:rgba(51,51,51,0.2);height:60px;line-height:60px;border-top-color:rgba(51,51,51,0.2);border-bottom-color:rgba(51,51,51,0.2);border-left-color:rgba(51,51,51,0.2);border-left-style:none;border-bottom-style:none;border-right-style:none;border-top-style:none;font-size:20px; background:#ffffff;color:#000000;font-family:Microsoft YaHei;} #searchbox_style_01_1515387325861 .btnaSet {border-top-right-radius:0px;border-bottom-right-radius:0px;border-bottom-width:0px;border-right-width:0px;border-top-width:0px;color:#ffffff;font-family:Microsoft YaHei;font-size:20px;line-height:45px;height:45px;background:#2585e8;letter-spacing:1px;margin-right:10px;margin-top:8px;} #searchbox_style_01_1515387325861 .modSet {box-shadow: px px px ;border-top-left-radius:5px;border-top-right-radius:5px;border-bottom-left-radius:5px;border-bottom-right-radius:5px;border-top-color:rgba(51,51,51,0.2);border-right-color:rgba(51,51,51,0.2);border-bottom-color:rgba(51,51,51,0.2);border-left-color:rgba(51,51,51,0.2);border-left-style:none;border-bottom-style:none;border-right-style:none;border-top-style:none;border-left-width:1px;border-bottom-width:1px;border-right-width:1px;border-top-width:1px;font-size:24px;} 

#searchbox_style_01_1515387325861 .searchIcoSet { width:45px; height:60px;color:#1c76f5;font-size:23px;background:url(../images/ssicon.png) no-repeat ;}

#searchbox_style_01_1515387325861 .kwSet {font-size:24px;background:#000000;color:#000000;} #searchbox_style_01_1515387325861  {background:#ffffff;} @media screen and (max-width:640px) { #searchbox_style_01_1515387325861 .inputSet {line-height:40px;height:40px;font-size:12px;}} @media screen and (max-width:640px) { #searchbox_style_01_1515387325861 .btnaSet {line-height:30px;font-size:12px;letter-spacing:0px;height:30px;margin-top:5px;margin-bottom:5px;}} @media screen and (max-width:640px) { #searchbox_style_01_1515387325861 .searchIcoSet {font-size:22px;line-height:42px;height:42px;margin-top:2px;}}
/*----------------------电脑板式样式----------------------*/
#searchbox_style_01_1515387325861{
	
}

#searchbox_style_01_1515387325861 input::-webkit-input-placeholder { 
    color:    #161616;
}
#searchbox_style_01_1515387325861 input :-moz-placeholder { 
    color:    #161616;
}
#searchbox_style_01_1515387325861 input ::-moz-placeholder {
    color:    #161616;
}
#searchbox_style_01_1515387325861 input :-ms-input-placeholder {
     color:    #161616;
}
#searchbox_style_01_1515387325861 .searchStyle_1 .searchForm .search_input{ width:81%; padding-right:10px;}
#searchbox_style_01_1515387325861 .searchStyle_1 .searchForm .search-btn{ width:17%;}
/*----------------------平板板式样式----------------------*/
@media screen and (min-width:641px) and (max-width:1200px) {
	#searchbox_style_01_1515387325861{
		
	}
#searchbox_style_01_1515387325861 .searchStyle_1 .searchForm .search_input{ width:78%;}
#searchbox_style_01_1515387325861 .searchStyle_1 .searchForm .search-btn{ width:19%;}
}
/*----------------------手机板式样式----------------------*/
@media screen and (max-width:640px) {
	#searchbox_style_01_1515387325861{
		
	}
#searchbox_style_01_1515387325861 .searchStyle_1 .searchForm .search_input{ width:60%; padding-right:0;}
#searchbox_style_01_1515387325861 .searchStyle_1 .searchForm .search-btn{ width:33%}
}

 #customForm_style_button_01_1517019080456{width:25.083333333333336%;position:absolute;top:176px;left:37.458333333333336%;}   @media screen and (min-width:641px) and (max-width:1200px) {#customForm_style_button_01_1517019080456{width:30.116648992576884%;left:34.94167550371156%;top:218px;}}   @media screen and (max-width:640px) {#customForm_style_button_01_1517019080456{width:69.375%;top:216px;left:15.312500000000002%;}} #customForm_style_button_01_1517019080456 > .view_contents{overflow:visible;}  .view_contentsa {background:transparent;border-left-style:none;border-bottom-style:none;border-right-style:none;border-top-style:none;text-align:center;color:#fff600;font-size:16px;} .view_contentsa a{ color:#000} #customForm_style_button_01_1517019080456 .btnaSet:hover {color:#fff600;} @media screen and (max-width:640px) { #customForm_style_button_01_1517019080456 .btnaSet:hover {color:#fff600;}} @media screen and (max-width:640px) { #customForm_style_button_01_1517019080456 .btnaSet {font-size:12px;line-height:25px;height:25px;}} #layout_1514970999079{height:208px;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_1514970999079{height:265px;}}   @media screen and (max-width:640px) {#layout_1514970999079{height:307px;display:block;z-index:1;}} #layout_1514970999079 > .view_contents{overflow:visible;max-width:1200px;}  #layout_1514970999079  {background:#eee;} #layout_1514970999079>.view_contents {opacity:1;}


 #newsList_style_07_1515513815143{width:33%;height:253px;position:absolute;top:90px;left:0.20833333333333334%;}   @media screen and (min-width:641px) and (max-width:1200px) {#newsList_style_07_1515513815143{left:2%;width:38.60021208907741%;height:307px;}}   @media screen and (max-width:640px) {#newsList_style_07_1515513815143{width:92%;height:186px;top:52px;left:4.0625%;}}  #newsList_style_07_1515513815143 .titleSet {color:#ffffff;line-height:20px;} #newsList_style_07_1515513815143 .twoBgSet {opacity:0.7;padding-bottom:0px;padding-top:0px;padding-right:1px;padding-left:5px;line-height:18px;color:#000000;} @media screen and (max-width:640px) { #newsList_style_07_1515513815143 .titleSet {font-size:11px;line-height:15px;}}

 #newsList_style_06_1515513824187{width:30%;position:absolute;top:118px;left:35.083333333333336%;}   @media screen and (min-width:641px) and (max-width:1200px) {#newsList_style_06_1515513824187{width:33.404029692470836%;left:42.43107104984094%;top:90px;}}   @media screen and (max-width:640px) {#newsList_style_06_1515513824187{width:92%;top:251px;left:3.9990234375000004%;}}  #newsList_style_06_1515513824187 .timesSet {font-size:14px;} #newsList_style_06_1515513824187 .titleSet {font-size:14px;line-height:18px;} @media screen and (max-width:640px) { #newsList_style_06_1515513824187 .titleSet {font-size:11px;line-height:12px;color:#909090;padding-bottom:0px;margin-bottom:0px;}} @media screen and (max-width:640px) { #newsList_style_06_1515513824187 .timesSet {font-size:11px;color:#909090;}} @media screen and (max-width:640px) { #newsList_style_06_1515513824187 .modSet {line-height:16px;height:13px;}}
/*----------------------电脑板式样式----------------------*/
#newsList_style_06_1515513824187{
	
}
#newsList_style_06_1515513824187 .boxNewsListStyle_6 .sumary_list .newsTime{ float:right;}
/*----------------------平板板式样式----------------------*/
@media screen and (min-width:641px) and (max-width:1200px) {
	#newsList_style_06_1515513824187{
		
	}
}
/*----------------------手机板式样式----------------------*/
@media screen and (max-width:640px) {
	#newsList_style_06_1515513824187{
		
	}
}


 #div_blank_1515589568036{width:100%;height:100px;position:absolute;top:0px;left:0%;z-index:1;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_blank_1515589568036{left:0%;width:100%;}}   @media screen and (max-width:640px) {#div_blank_1515589568036{width:100%;height:90px;top:0px;left:0.3389830508474576%;}} #div_blank_1515589568036 > .view_contents{overflow:visible;}  #div_blank_1515589568036  {box-sizing:border-box;background: url(../img/upimages/20190307135608143.jpg);border-bottom-style:solid;border-bottom-width:1px;border-bottom-color:#e5e5e5;} @media screen and (min-width:641px) and (max-width:1200px) { #div_blank_1515589568036  {box-sizing:border-box;}} @media screen and (max-width:640px) { #div_blank_1515589568036  {box-sizing:border-box;}}

 #image_style_01_1515588628655{width:33.33333333333333%;height:100px;position:absolute;top:110px;left:0%;z-index:2;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1515588628655{}}   @media screen and (max-width:640px) {#image_style_01_1515588628655{width:33%;height:70px;top:105px;left:0.3389830508474576%;}} #image_style_01_1515588628655 > .view_contents{overflow:visible;} 

 #customForm_style_button_01_1521190999597{width:33.33333333333333%;position:absolute;top:178px;left:0%;z-index:3;}   @media screen and (min-width:641px) and (max-width:1200px) {#customForm_style_button_01_1521190999597{}}   @media screen and (max-width:640px) {#customForm_style_button_01_1521190999597{width:33.3%;top:153.5px;left:0.3389830508474576%;}} #customForm_style_button_01_1521190999597 > .view_contents{overflow:visible;}  #customForm_style_button_01_1521190999597 .btnaSet {background:transparent;border-left-style:none;border-bottom-style:none;border-right-style:none;border-top-style:none;text-align:center;color:#000000;font-size:12px;font-weight:normal;opacity:0.8;font-family:Microsoft YaHei;} #customForm_style_button_01_1521190999597 .btnaSet:hover {color:#000000;} @media screen and (max-width:640px) { #customForm_style_button_01_1521190999597 .btnaSet:hover {color:#fff600;}} @media screen and (max-width:640px) { #customForm_style_button_01_1521190999597 .btnaSet {font-size:12px;line-height:25px;height:25px;}}

 #image_style_01_1521253018184{width:33.3%;height:100px;position:absolute;top:110px;left:33.35%;z-index:2;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1521253018184{}}   @media screen and (max-width:640px) {#image_style_01_1521253018184{width:98px;height:70px;top:105px;left:33.559322033898304%;}} #image_style_01_1521253018184 > .view_contents{overflow:visible;} 

 #image_style_01_1521253051827{width:33.3%;height:100px;position:absolute;top:110px;left:66.66666666666666%;z-index:2;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1521253051827{}}   @media screen and (max-width:640px) {#image_style_01_1521253051827{width:98px;height:70px;top:105px;left:66.77966101694915%;}} #image_style_01_1521253051827 > .view_contents{overflow:visible;} 

 #customForm_style_button_01_1521253102578{width:33.33333333333333%;position:absolute;top:178px;left:33.333333333333336%;z-index:3;}   @media screen and (min-width:641px) and (max-width:1200px) {#customForm_style_button_01_1521253102578{}}   @media screen and (max-width:640px) {#customForm_style_button_01_1521253102578{width:33.3%;top:153.5px;left:33.559322033898304%;}} #customForm_style_button_01_1521253102578 > .view_contents{overflow:visible;}  #customForm_style_button_01_1521253102578 .btnaSet {background:transparent;border-left-style:none;border-bottom-style:none;border-right-style:none;border-top-style:none;text-align:center;color:#000000;font-size:12px;font-weight:normal;opacity:0.8;font-family:Microsoft YaHei;} #customForm_style_button_01_1521253102578 .btnaSet:hover {color:#000000;} @media screen and (max-width:640px) { #customForm_style_button_01_1521253102578 .btnaSet:hover {color:#fff600;}} @media screen and (max-width:640px) { #customForm_style_button_01_1521253102578 .btnaSet {font-size:12px;line-height:25px;height:25px;}}

 #customForm_style_button_01_1521253132050{width:33.33333333333333%;position:absolute;top:178px;left:66.66666666666666%;z-index:3;}   @media screen and (min-width:641px) and (max-width:1200px) {#customForm_style_button_01_1521253132050{}}   @media screen and (max-width:640px) {#customForm_style_button_01_1521253132050{width:33%;top:153.5px;left:67.11864406779661%;}} #customForm_style_button_01_1521253132050 > .view_contents{overflow:visible;}  #customForm_style_button_01_1521253132050 .btnaSet {background:transparent;border-left-style:none;border-bottom-style:none;border-right-style:none;border-top-style:none;text-align:center;color:#000000;font-size:12px;font-weight:normal;opacity:0.8;font-family:Microsoft YaHei;} #customForm_style_button_01_1521253132050 .btnaSet:hover {color:#000000;} @media screen and (max-width:640px) { #customForm_style_button_01_1521253132050 .btnaSet:hover {color:#fff600;}} @media screen and (max-width:640px) { #customForm_style_button_01_1521253132050 .btnaSet {font-size:12px;line-height:25px;height:25px;}}

 #image_style_01_1521253161055{width:25%;height:100px;position:absolute;top:225px;left:50%;z-index:2;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1521253161055{}}   @media screen and (max-width:640px) {#image_style_01_1521253161055{width:25%;height:70px;top:192px;left:50%;}} #image_style_01_1521253161055 > .view_contents{overflow:visible;} 

 #image_style_01_1521253173472{width:50.252525252525245%;height:100px;position:absolute;top:225px;left:0%;z-index:2;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1521253173472{}}   @media screen and (max-width:640px) {#image_style_01_1521253173472{width:41.69491525423729%;height:58px;top:200px;left:3.2203389830508473%;}} #image_style_01_1521253173472 > .view_contents{overflow:visible;} 

 #image_style_01_1521253192860{width:25%;height:100px;position:absolute;top:225px;left:75%;z-index:2;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1521253192860{}}   @media screen and (max-width:640px) {#image_style_01_1521253192860{width:25%;height:70px;top:192px;left:75%;}} #image_style_01_1521253192860 > .view_contents{overflow:visible;}  #image_style_01_1521253192860 .picSet {background: url(../img/upimages/20180317104656173.jpg);}

 #customForm_style_button_01_1521253352008{width:25%;position:absolute;top:288px;left:50%;z-index:3;}   @media screen and (min-width:641px) and (max-width:1200px) {#customForm_style_button_01_1521253352008{}}   @media screen and (max-width:640px) {#customForm_style_button_01_1521253352008{width:25%;top:235px;left:50%;}} #customForm_style_button_01_1521253352008 > .view_contents{overflow:visible;}  #customForm_style_button_01_1521253352008 .btnaSet {background:transparent;border-left-style:none;border-bottom-style:solid;border-right-style:none;border-top-style:none;text-align:center;color:#000000;font-size:12px;font-weight:normal;opacity:0.8;font-family:Microsoft YaHei;border-bottom-color:#e5e5e5;} #customForm_style_button_01_1521253352008 .btnaSet:hover {color:#000000;} @media screen and (max-width:640px) { #customForm_style_button_01_1521253352008 .btnaSet:hover {color:#fff600;}} @media screen and (max-width:640px) { #customForm_style_button_01_1521253352008 .btnaSet {font-size:12px;line-height:25px;height:25px;}}

 #customForm_style_button_01_1521253455960{width:25%;position:absolute;top:288px;left:75%;z-index:3;}   @media screen and (min-width:641px) and (max-width:1200px) {#customForm_style_button_01_1521253455960{}}   @media screen and (max-width:640px) {#customForm_style_button_01_1521253455960{width:25%;top:235px;left:75%;}} #customForm_style_button_01_1521253455960 > .view_contents{overflow:visible;}  #customForm_style_button_01_1521253455960 .btnaSet {background:transparent;border-left-style:none;border-bottom-style:solid;border-right-style:none;border-top-style:none;text-align:center;color:#000000;font-size:12px;font-weight:normal;opacity:0.8;font-family:Microsoft YaHei;border-top-color:#e8e8e8;border-bottom-color:#e5e5e5;} #customForm_style_button_01_1521253455960 .btnaSet:hover {color:#000000;} @media screen and (max-width:640px) { #customForm_style_button_01_1521253455960 .btnaSet:hover {color:#fff600;}} @media screen and (max-width:640px) { #customForm_style_button_01_1521253455960 .btnaSet {font-size:12px;line-height:25px;height:25px;}}

 #customForm_style_button_01_1521424669363{width:95.2020202020202%;position:absolute;top:6px;left:2.398989898989899%;z-index:3;}   @media screen and (min-width:641px) and (max-width:1200px) {#customForm_style_button_01_1521424669363{}}   @media screen and (max-width:640px) {#customForm_style_button_01_1521424669363{width:99.15254237288136%;top:13.5px;left:0.6779661016949152%;}} #customForm_style_button_01_1521424669363 > .view_contents{overflow:visible;}  #customForm_style_button_01_1521424669363 .btnaSet {background:transparent;border-left-style:none;border-bottom-style:none;border-right-style:none;border-top-style:none;text-align:center;color:#ffffff;font-size:23px;font-weight:bold;opacity:1;font-family:Microsoft YaHei;border-bottom-color:#e5e5e5;border-bottom-width:1px;} #customForm_style_button_01_1521424669363 .btnaSet:hover {color:#727272;} #customForm_style_button_01_1521424669363  {border-bottom-style:none;border-bottom-color:#e5e5e5;} @media screen and (max-width:640px) { #customForm_style_button_01_1521424669363 .btnaSet:hover {color:#7c7c7c;}} @media screen and (max-width:640px) { #customForm_style_button_01_1521424669363 .btnaSet {font-size:18px;line-height:25px;height:25px;}}

 #customForm_style_button_01_1551935406465{width:49.24242424242424%;position:absolute;top:288px;left:0%;z-index:3;}   @media screen and (min-width:641px) and (max-width:1200px) {#customForm_style_button_01_1551935406465{}}   @media screen and (max-width:640px) {#customForm_style_button_01_1551935406465{width:38.983050847457626%;top:235px;left:3.2203389830508473%;}} #customForm_style_button_01_1551935406465 > .view_contents{overflow:visible;}  #customForm_style_button_01_1551935406465 .btnaSet {background:transparent;border-left-style:none;border-bottom-style:solid;border-right-style:none;border-top-style:none;text-align:center;color:#000000;font-size:12px;font-weight:normal;opacity:0.8;font-family:Microsoft YaHei;border-bottom-color:#e5e5e5;} #customForm_style_button_01_1551935406465 .btnaSet:hover {color:#000000;} @media screen and (max-width:640px) { #customForm_style_button_01_1551935406465 .btnaSet:hover {color:#fff600;}} @media screen and (max-width:640px) { #customForm_style_button_01_1551935406465 .btnaSet {font-size:12px;line-height:25px;height:25px;}}
 #div_a_includeBlock_1515589533581{width:396px;height:326px;position:absolute;top:27px;left:67%;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_a_includeBlock_1515589533581{left:77.6%;width:192px;top:169.5px;}}   @media screen and (max-width:640px) {#div_a_includeBlock_1515589533581{width:92.1875%;height:267px;top:471px;left:3.90625%;}}  #div_a_includeBlock_1515589533581  {background:#ffffff;}

 #customForm_style_button_01_1521509265937{width:12.166666666666668%;position:absolute;top:37px;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#customForm_style_button_01_1521509265937{}}   @media screen and (max-width:640px) {#customForm_style_button_01_1521509265937{width:32.1875%;top:24px;left:4.0625%;}} #customForm_style_button_01_1521509265937 > .view_contents{overflow:visible;}  #customForm_style_button_01_1521509265937 .btnaSet {background:transparent;border-left-style:solid;border-bottom-style:solid;border-right-style:solid;border-top-style:solid;text-align:center;color:#007fff;font-size:20px;font-weight:bold;opacity:1;font-family:Microsoft YaHei;border-top-color:#007fff;border-right-color:#007fff;border-bottom-color:#007fff;border-left-color:#007fff;} #customForm_style_button_01_1521509265937 .btnaSet:hover {color:#007fff;} @media screen and (max-width:640px) { #customForm_style_button_01_1521509265937 .btnaSet:hover {color:#0061ff;}} @media screen and (max-width:640px) { #customForm_style_button_01_1521509265937 .btnaSet {font-size:14px;line-height:25px;height:25px;}}

 #customForm_style_button_01_1521533399197{width:7.916666666666666%;position:absolute;top:75px;left:56.99999999999999%;}   @media screen and (min-width:641px) and (max-width:1200px) {#customForm_style_button_01_1521533399197{}}   @media screen and (max-width:640px) {#customForm_style_button_01_1521533399197{width:17.1875%;top:433px;left:78.681640625%;}} #customForm_style_button_01_1521533399197 > .view_contents{overflow:visible;}  #customForm_style_button_01_1521533399197 .btnaSet {background:transparent;border-left-style:none;border-bottom-style:none;border-right-style:none;border-top-style:none;text-align:right;} #customForm_style_button_01_1521533399197 .btnaSet:hover {color:#3e93cc;} @media screen and (max-width:640px) { #customForm_style_button_01_1521533399197 .btnaSet:hover {color:#333333;}} @media screen and (max-width:640px) { #customForm_style_button_01_1521533399197 .btnaSet {font-size:12px;line-height:25px;height:25px;}} #layout_1515387476045{height:353px;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_1515387476045{height:495.5px;}}   @media screen and (max-width:640px) {#layout_1515387476045{height:738px;display:block;}} #layout_1515387476045 > .view_contents{overflow:visible;max-width:1200px;}  #layout_1515387476045  {background:#ffffff;}
 #layout_1515514754669{height:51px;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_1515514754669{}}   @media screen and (max-width:640px) {#layout_1515514754669{height:8px;display:block;}} #layout_1515514754669 > .view_contents{overflow:visible;max-width:1200px;}  #layout_1515514754669  {background:#ffffff;}


 #image_style_01_1515590995947{width:70px;height:70px;position:absolute;top:9px;left:5.083333333333333%;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1515590995947{left:5.764514846235419%;}}   @media screen and (max-width:640px) {#image_style_01_1515590995947{width:50px;height:50px;top:16px;left:18.2177734375%;}} #image_style_01_1515590995947 > .view_contents{overflow:visible;} 

 #text_style_01_1515590375282{width:16%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;top:90px;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1515590375282{left:1.9999337221633087%;top:90px;width:15%;}}   @media screen and (max-width:640px) {#text_style_01_1515590375282{width:44%;top:70px;left:3.9990234375000004%;}}  #text_style_01_1515590375282>.view_contents {box-sizing:border-box;font-family:Microsoft YaHei;font-size:15px;text-align:center;line-height:20px;color:#565656;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1515590375282>.view_contents {box-sizing:border-box;font-size:18px;}} @media screen and (max-width:640px) { #text_style_01_1515590375282>.view_contents {box-sizing:border-box;font-size:14px;line-height:20px;}}

 #text_style_01_1515590480706{width:16%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;top:90px;left:16.799999999999997%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1515590480706{top:90px;left:18.17967921527041%;width:15%;}}   @media screen and (max-width:640px) {#text_style_01_1515590480706{width:44%;top:70px;left:51.89941406250001%;}}  #text_style_01_1515590480706>.view_contents {box-sizing:border-box;font-family:Microsoft YaHei;font-size:15px;text-align:center;line-height:20px;color:#565656;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1515590480706>.view_contents {box-sizing:border-box;font-size:18px;}} @media screen and (max-width:640px) { #text_style_01_1515590480706>.view_contents {box-sizing:border-box;font-size:14px;line-height:20px;}}
/*----------------------电脑板式样式----------------------*/
#text_style_01_1515590480706{

}
/*----------------------平板板式样式----------------------*/
@media screen and (min-width:641px) and (max-width:1200px) {
	#text_style_01_1515590480706{
		
	}
}
/*----------------------手机板式样式----------------------*/
@media screen and (max-width:640px) {
	#text_style_01_1515590480706{
		
	}
}

 #text_style_01_1515590522495{width:16%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;top:90px;left:50.4%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1515590522495{top:90px;left:50.539170201484616%;width:15%;}}   @media screen and (max-width:640px) {#text_style_01_1515590522495{width:44%;top:170px;left:51.89941406250001%;}}  #text_style_01_1515590522495>.view_contents {box-sizing:border-box;font-family:Microsoft YaHei;font-size:15px;text-align:center;line-height:20px;color:#565656;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1515590522495>.view_contents {box-sizing:border-box;font-size:18px;}} @media screen and (max-width:640px) { #text_style_01_1515590522495>.view_contents {box-sizing:border-box;font-size:14px;line-height:20px;}}

 #text_style_01_1515590541611{width:16%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;top:90px;left:84%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1515590541611{left:82.89866118769883%;top:90px;width:15%;}}   @media screen and (max-width:640px) {#text_style_01_1515590541611{width:44%;top:270px;left:51.89941406250001%;}}  #text_style_01_1515590541611>.view_contents {box-sizing:border-box;font-family:Microsoft YaHei;font-size:15px;text-align:center;line-height:20px;color:#565656;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1515590541611>.view_contents {box-sizing:border-box;font-size:18px;}} @media screen and (max-width:640px) { #text_style_01_1515590541611>.view_contents {box-sizing:border-box;font-size:14px;line-height:20px;}}

 #image_style_01_1515591376008{width:100px;height:80px;position:absolute;top:5px;left:20.6328125%;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1515591376008{left:21.46573435843054%;}}   @media screen and (max-width:640px) {#image_style_01_1515591376008{width:20.9375%;height:50px;top:15px;left:63.1494140625%;}} #image_style_01_1515591376008 > .view_contents{overflow:visible;} 

 #image_style_01_1515592127021{width:70px;height:70px;position:absolute;top:9px;left:55.483072916666664%;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1515592127021{left:54.303088547189816%;}}   @media screen and (max-width:640px) {#image_style_01_1515592127021{width:50px;height:50px;top:116px;left:66.1181640625%;}} #image_style_01_1515592127021 > .view_contents{overflow:visible;} 

 #image_style_01_1515591381463{width:70px;height:70px;position:absolute;top:9px;left:38.265625%;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1515591381463{left:37.32767762460234%;width:85px;}}   @media screen and (max-width:640px) {#image_style_01_1515591381463{width:16.5016501650165%;height:50px;top:116px;left:17.7490234375%;}} #image_style_01_1515591381463 > .view_contents{overflow:visible;} 

 #text_style_01_1515590509286{width:16%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;top:90px;left:33.18229166666667%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1515590509286{top:90px;left:34.35942470837752%;width:15%;}}   @media screen and (max-width:640px) {#text_style_01_1515590509286{width:44%;top:170px;left:3.9990234375000004%;}}  #text_style_01_1515590509286>.view_contents {box-sizing:border-box;font-family:Microsoft YaHei;font-size:15px;text-align:center;line-height:20px;color:#565656;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1515590509286>.view_contents {box-sizing:border-box;font-size:18px;}} @media screen and (max-width:640px) { #text_style_01_1515590509286>.view_contents {box-sizing:border-box;font-size:14px;line-height:20px;}}

 #image_style_01_1515592202226{width:70px;height:70px;position:absolute;top:5px;left:72.15755208333333%;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1515592202226{width:75px;left:70.27107635206788%;}}   @media screen and (max-width:640px) {#image_style_01_1515592202226{width:55px;height:50px;top:215px;left:17.4365234375%;}} #image_style_01_1515592202226 > .view_contents{overflow:visible;} 

 #text_style_01_1515590531666{width:16%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;top:90px;left:67.19999999999999%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1515590531666{top:90px;left:66.71891569459171%;width:15%;}}   @media screen and (max-width:640px) {#text_style_01_1515590531666{width:44%;top:270px;left:3.9990234375000004%;}}  #text_style_01_1515590531666>.view_contents {box-sizing:border-box;font-family:Microsoft YaHei;font-size:15px;text-align:center;line-height:20px;color:#565656;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1515590531666>.view_contents {box-sizing:border-box;font-size:18px;}} @media screen and (max-width:640px) { #text_style_01_1515590531666>.view_contents {box-sizing:border-box;font-size:14px;line-height:20px;}}

 #image_style_01_1515592618234{width:70px;height:70px;position:absolute;top:9px;left:89.08333333333334%;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1515592618234{width:70px;left:86.66324231177094%;}}   @media screen and (max-width:640px) {#image_style_01_1515592618234{width:18.151815181518153%;height:50px;top:215px;left:64.8681640625%;}} #image_style_01_1515592618234 > .view_contents{overflow:visible;}  #layout_1515590263132{height:119px;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_1515590263132{}}   @media screen and (max-width:640px) {#layout_1515590263132{height:308px;display:none;}} #layout_1515590263132 > .view_contents{overflow:visible;max-width:1200px;}  #layout_1515590263132  {background:#f0f0f0;}


 #text_style_01_1515508673062{width:100%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;top:38px;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1515508673062{width:96%;left:2%;}}   @media screen and (max-width:640px) {#text_style_01_1515508673062{width:92%;top:23px;left:4.000000059604645%;}}  #text_style_01_1515508673062>.view_contents {box-sizing:border-box;font-family:Microsoft YaHei;font-size:19px;border-left-style:solid;border-left-width:4px;padding-left:10px;border-left-color:#1c76f5;line-height:20px;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1515508673062>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_01_1515508673062>.view_contents {box-sizing:border-box;}}

 #prodKind_style_04_1515505745142{width:100%;position:absolute;top:78px;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#prodKind_style_04_1515505745142{width:96%;left:2%;}}   @media screen and (max-width:640px) {#prodKind_style_04_1515505745142{width:92%;top:60px;left:4%;}} #prodKind_style_04_1515505745142 > .view_contents{overflow:hidden;}  #prodKind_style_04_1515505745142 .oneSet {line-height:40px;height:40px;margin-bottom:0px;text-align:left;background:transparent;color:#262626;border-left-style:none;border-bottom-style:dashed;border-right-style:none;border-top-style:none;margin-top:0px;margin-left:0px;margin-right:0px;padding-left:5px;padding-right:0px;font-size:16px;text-indent:0em;letter-spacing:0px;} #prodKind_style_04_1515505745142 .twoSet {background:transparent;text-align:left;color:#1c76f5;line-height:40px;height:40px;font-size:15px;} #prodKind_style_04_1515505745142  {background:#ffffff;} #prodKind_style_04_1515505745142 .oneBgSet {font-size:13px;} @media screen and (max-width:640px) { #prodKind_style_04_1515505745142 .twoSet {font-size:11px;line-height:20px;height:18px;margin-bottom:5px;padding-bottom:10px;color:#909090;}} @media screen and (max-width:640px) { #prodKind_style_04_1515505745142 .oneSet {font-size:14px;line-height:35px;height:40px;}}
/*----------------------电脑板式样式----------------------*/
#prodKind_style_04_1515505745142{
	
}

#prodKind_style_04_1515505745142 .prodcateStyle_4 .sidebar a{ display:block; margin:0; padding:0 10px;}
#prodKind_style_04_1515505745142 .oneSet{ width:100%; float:left; height:auto;}
#prodKind_style_04_1515505745142 .oneSet:last-of-type{ border:0;}
#prodKind_style_04_1515505745142 .prodcateStyle_4 .sidebar>a{ width:140px; float:left;}
#prodKind_style_04_1515505745142 .prodcateStyle_4 .sidebar span, .prodcateStyle_4 .sidebar2 span{display:none;} 
#prodKind_style_04_1515505745142 .prodcateStyle_4 .newscate2{ display: block !important; width:calc(100% - 140px); float:left;}
#prodKind_style_04_1515505745142 .prodcateStyle_4 .newscate2>li{ display:block; float:left}
/*----------------------平板板式样式----------------------*/
@media screen and (min-width:641px) and (max-width:1200px) {
	#prodKind_style_04_1515505745142{
		
	}
}
/*----------------------手机板式样式----------------------*/
@media screen and (max-width:640px) {
	#prodKind_style_04_1515505745142{
		
	}
#prodKind_style_04_1515505745142 .oneSet{ height:auto;}
#prodKind_style_04_1515505745142 .prodcateStyle_4 .newscate2>li{ display:inline-block; float:none;}
#prodKind_style_04_1515505745142 .prodcateStyle_4 .sidebar>a{ width:100%; float:none; clear:both;}
#prodKind_style_04_1515505745142 .prodcateStyle_4 .newscate2{width:100%; float:none; clear:both;}
} #layout_1515504822133{height:405px;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_1515504822133{height:405px;}}   @media screen and (max-width:640px) {#layout_1515504822133{height:2147px;display:block;z-index:1;}} #layout_1515504822133 > .view_contents{overflow:visible;max-width:1200px;}  #layout_1515504822133  {background:#ffffff;opacity:1;} #layout_1515504822133>.view_contents {}


 #text_default_1514972216990{width:33.33333333333333%;height:34px;position:absolute;top:30px;left:33.33333333333333%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_default_1514972216990{}}   @media screen and (max-width:640px) {#text_default_1514972216990{width:100%;height:25px;top:27px;left:0%;}} 
/*----------------------电脑板式样式----------------------*/
#text_default_1514972216990 .bt{
	font-size:25px;
}
/*----------------------平板板式样式----------------------*/
@media screen and (min-width:641px) and (max-width:1200px) {
	#text_default_1514972216990{
		
	}
}
/*----------------------手机板式样式----------------------*/
@media screen and (max-width:640px) {
       #text_default_1514972216990 .bt{
	      font-size:16px;
       }
}

 #text_style_01_1515483522405{width:100%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;top:125px;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1515483522405{left:2%;width:96%;}}   @media screen and (max-width:640px) {#text_style_01_1515483522405{width:92%;top:88px;left:4%;}}  #text_style_01_1515483522405>.view_contents {box-sizing:border-box;font-family:Microsoft YaHei;font-size:20px;line-height:25px;color:#000000;padding-bottom:5px;padding-top:5px;background: url(../img/upimages/20190307143725152.jpg);} #text_style_01_1515483522405  {border-bottom-style:solid;border-bottom-width:1px;border-bottom-color:#e5e5e5;} #text_style_01_1515483522405 .diyCurTab {color:#43cc00;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1515483522405>.view_contents {box-sizing:border-box;font-size:18px;line-height:20px;}} @media screen and (max-width:640px) { #text_style_01_1515483522405>.view_contents {box-sizing:border-box;font-size:16px;line-height:20px;}}

 #customForm_style_button_01_1515501201550{width:7.916666666666666%;position:absolute;top:126.5px;left:92.08333333333333%;}   @media screen and (min-width:641px) and (max-width:1200px) {#customForm_style_button_01_1515501201550{width:10%;left:88.0%;top:124px;}}   @media screen and (max-width:640px) {#customForm_style_button_01_1515501201550{width:31.874999999999996%;top:90.5px;left:63.9990234375%;}} #customForm_style_button_01_1515501201550 > .view_contents{overflow:visible;}  #customForm_style_button_01_1515501201550 .btnaSet {background:transparent;border-left-style:none;border-bottom-style:none;border-right-style:none;border-top-style:none;text-align:right;} #customForm_style_button_01_1515501201550 .btnaSet:hover {color:#3e93cc;} @media screen and (max-width:640px) { #customForm_style_button_01_1515501201550 .btnaSet:hover {color:#333333;}} @media screen and (max-width:640px) { #customForm_style_button_01_1515501201550 .btnaSet {font-size:12px;line-height:25px;height:25px;}}



 #productList_style_01_1514980395500{width:100%;position:absolute;top:10px;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#productList_style_01_1514980395500{left:0%;width:100%;}}   @media screen and (max-width:640px) {#productList_style_01_1514980395500{width:100%;top:0px;left:0%;}} #productList_style_01_1514980395500 > .view_contents{overflow:visible;}  #productList_style_01_1514980395500 .imgSet {background:transparent;} #productList_style_01_1514980395500 .sortSet {background:#1c76f5;color:#ffffff;padding-top:5px;padding-bottom:5px;padding-left:10px;padding-right:10px;line-height:30px;font-size:14px;} #productList_style_01_1514980395500 .titleSet {text-align:center;} #productList_style_01_1514980395500 .saleSet {text-align:right;} #productList_style_01_1514980395500 .btnaSet {text-align:left;} #productList_style_01_1514980395500:hover {opacity:1;} @media screen and (max-width:640px) { #productList_style_01_1514980395500 .sortSet {font-size:12px;}} @media screen and (max-width:640px) { #productList_style_01_1514980395500 .titleSet {font-size:8px;line-height:13px;}}
/*----------------------电脑板式样式----------------------*/
#productList_style_01_1514980395500 .prod_default .p_group{
	width:100%;
}

/*----------------------平板板式样式----------------------*/
@media screen and (min-width:641px) and (max-width:1200px) {
	#productList_style_01_1514980395500{
		
	}
}
/*----------------------手机板式样式----------------------*/
@media screen and (max-width:640px) {
	#productList_style_01_1514980395500{
		
	}
}

 #productList_style_01_1514980648668{width:100%;position:absolute;top:10px;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#productList_style_01_1514980648668{width:100%;}}   @media screen and (max-width:640px) {#productList_style_01_1514980648668{width:100%;top:0px;left:0%;}} #productList_style_01_1514980648668 > .view_contents{overflow:visible;}  #productList_style_01_1514980648668 .imgSet {background:transparent;} #productList_style_01_1514980648668 .sortSet {background:#1c76f5;color:#ffffff;padding-top:5px;padding-bottom:5px;padding-left:10px;padding-right:10px;line-height:30px;font-size:14px;} #productList_style_01_1514980648668 .titleSet {text-align:center;} @media screen and (max-width:640px) { #productList_style_01_1514980648668 .sortSet {font-size:12px;}} @media screen and (max-width:640px) { #productList_style_01_1514980648668 .titleSet {font-size:8px;line-height:13px;}} @media screen and (max-width:640px) { #productList_style_01_1514980648668 .modSet {height:150px;}}
/*----------------------电脑板式样式----------------------*/
#productList_style_01_1514980648668 .prod_default .p_group{
	width:100%;
}
/*----------------------平板板式样式----------------------*/
@media screen and (min-width:641px) and (max-width:1200px) {
	#productList_style_01_1514980648668{
		
	}
}
/*----------------------手机板式样式----------------------*/
@media screen and (max-width:640px) {
	#productList_style_01_1514980648668{
		
	}
}

 #productList_style_01_1552292809822{width:100%;position:absolute;top:10px;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#productList_style_01_1552292809822{}}   @media screen and (max-width:640px) {#productList_style_01_1552292809822{width:100%;top:0px;left:0%;}} #productList_style_01_1552292809822 > .view_contents{overflow:visible;}  #productList_style_01_1552292809822 .imgSet {background:transparent;} #productList_style_01_1552292809822 .sortSet {background:#1c76f5;color:#ffffff;padding-top:5px;padding-bottom:5px;padding-left:10px;padding-right:10px;line-height:30px;font-size:14px;} #productList_style_01_1552292809822 .titleSet {text-align:center;} #productList_style_01_1552292809822 .saleSet {text-align:right;} #productList_style_01_1552292809822 .btnaSet {text-align:left;} #productList_style_01_1552292809822:hover {opacity:1;} @media screen and (max-width:640px) { #productList_style_01_1552292809822 .sortSet {font-size:12px;}} @media screen and (max-width:640px) { #productList_style_01_1552292809822 .titleSet {font-size:8px;line-height:13px;}}
/*----------------------电脑板式样式----------------------*/
#productList_style_01_1552292809822 .prod_default .p_group{
	width:100%;
}

/*----------------------平板板式样式----------------------*/
@media screen and (min-width:641px) and (max-width:1200px) {
	#productList_style_01_1552292809822{
		
	}
}
/*----------------------手机板式样式----------------------*/
@media screen and (max-width:640px) {
	#productList_style_01_1552292809822{
		
	}
}

 #productList_style_01_1517642167719{width:100%;position:absolute;top:10px;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#productList_style_01_1517642167719{width:100%;}}   @media screen and (max-width:640px) {#productList_style_01_1517642167719{width:100%;top:0px;left:0%;}} #productList_style_01_1517642167719 > .view_contents{overflow:visible;}  #productList_style_01_1517642167719 .imgSet {background:transparent;} #productList_style_01_1517642167719 .sortSet {background:#1c76f5;color:#ffffff;padding-top:5px;padding-bottom:5px;padding-left:10px;padding-right:10px;line-height:30px;font-size:14px;} #productList_style_01_1517642167719 .titleSet {text-align:center;} #productList_style_01_1517642167719 .saleSet {text-align:right;} #productList_style_01_1517642167719 .btnaSet {text-align:left;} #productList_style_01_1517642167719:hover {opacity:1;} @media screen and (max-width:640px) { #productList_style_01_1517642167719 .sortSet {font-size:12px;}} @media screen and (max-width:640px) { #productList_style_01_1517642167719 .titleSet {font-size:8px;line-height:13px;}}
/*----------------------电脑板式样式----------------------*/
#productList_style_01_1517642167719 .prod_default .p_group{
	width:100%;
}

/*----------------------平板板式样式----------------------*/
@media screen and (min-width:641px) and (max-width:1200px) {
	#productList_style_01_1517642167719{
		
	}
}
/*----------------------手机板式样式----------------------*/
@media screen and (max-width:640px) {
	#productList_style_01_1517642167719{
		
	}
} #tab_style_03_1514972705077{width:100%;height:317px;position:absolute;top:162px;left:0%;display:block;}   @media screen and (min-width:641px) and (max-width:1200px) {#tab_style_03_1514972705077{width:96%;left:2%;height:265px;display:block;top:175px;}}   @media screen and (max-width:640px) {#tab_style_03_1514972705077{width:92%;height:116px;top:130.5px;left:4%;display:block;}}  #tab_style_03_1514972705077 .tabconSet {background:transparent;} #tab_style_03_1514972705077 .tabItemSet {background:transparent;border-top-left-radius:0px;border-bottom-left-radius:0px;border-bottom-right-radius:0px;border-top-right-radius:0px;height:40px;line-height:40px;padding-left:10px;padding-right:10px;font-size:15px;color:#000000;} #tab_style_03_1514972705077 .tabItemSet.tabCurItem {background:transparent;color:#1c76f5;border-bottom-color:#1c76f5;border-bottom-style:solid;border-bottom-width:2px;} @media screen and (max-width:640px) { #tab_style_03_1514972705077 .tabItemSet {font-size:11px;line-height:15px;padding-left:0px;padding-right:0px;text-align:left;}}

 #text_style_01_1514972405727{width:30.833333333333336%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;top:68px;left:34.583333333333336%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1514972405727{}}   @media screen and (max-width:640px) {#text_style_01_1514972405727{width:100%;top:52px;left:0%;}}  #text_style_01_1514972405727>.view_contents {box-sizing:border-box;font-family:Microsoft YaHei;font-size:12px;color:#666666;text-align:center;line-height:16px;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1514972405727>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_01_1514972405727>.view_contents {box-sizing:border-box;}} #layout_1514971941188{height:479px;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_1514971941188{height:440px;}}   @media screen and (max-width:640px) {#layout_1514971941188{height:246.5px;display:block;}} #layout_1514971941188 > .view_contents{overflow:visible;max-width:1200px;}  #layout_1514971941188  {background:#ffffff;}


 #text_style_01_1515502565558{width:100%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;left:0%;top:1px;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1515502565558{width:96%;left:2.014846235418876%;}}   @media screen and (max-width:640px) {#text_style_01_1515502565558{width:92%;top:5px;left:4.0625%;}}  #text_style_01_1515502565558>.view_contents {box-sizing:border-box;font-family:Microsoft YaHei;font-size:20px;line-height:25px;color:#000000;padding-bottom:5px;padding-top:5px;background: url(../img/upimages/20190307143725152.jpg);} #text_style_01_1515502565558  {border-bottom-style:solid;border-bottom-width:1px;border-bottom-color:#e5e5e5;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1515502565558>.view_contents {box-sizing:border-box;font-size:18px;line-height:20px;}} @media screen and (max-width:640px) { #text_style_01_1515502565558>.view_contents {box-sizing:border-box;font-size:16px;line-height:20px;}}

 #customForm_style_button_01_1515503500510{width:7.916666666666666%;position:absolute;top:1px;left:92.08333333333333%;}   @media screen and (min-width:641px) and (max-width:1200px) {#customForm_style_button_01_1515503500510{width:10%;top:14px;left:87.91092258748674%;}}   @media screen and (max-width:640px) {#customForm_style_button_01_1515503500510{width:31.874999999999996%;top:7.5px;left:64.0625%;}} #customForm_style_button_01_1515503500510 > .view_contents{overflow:visible;}  #customForm_style_button_01_1515503500510 .btnaSet {background:transparent;border-left-style:none;border-bottom-style:none;border-right-style:none;border-top-style:none;text-align:right;} #customForm_style_button_01_1515503500510 .btnaSet:hover {color:#3e93cc;} @media screen and (max-width:640px) { #customForm_style_button_01_1515503500510 .btnaSet:hover {color:#333333;}} @media screen and (max-width:640px) { #customForm_style_button_01_1515503500510 .btnaSet {font-size:12px;line-height:25px;height:25px;}}



 #productList_style_01_1515502629260{width:100%;position:absolute;top:10px;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#productList_style_01_1515502629260{left:0%;width:100%;}}   @media screen and (max-width:640px) {#productList_style_01_1515502629260{width:100%;top:0px;left:0%;}} #productList_style_01_1515502629260 > .view_contents{overflow:visible;}  #productList_style_01_1515502629260 .imgSet {background:transparent;} #productList_style_01_1515502629260 .sortSet {background:#1c76f5;color:#ffffff;padding-top:5px;padding-bottom:5px;padding-left:10px;padding-right:10px;line-height:30px;font-size:14px;} #productList_style_01_1515502629260 .titleSet {text-align:center;} @media screen and (max-width:640px) { #productList_style_01_1515502629260 .sortSet {font-size:12px;}} @media screen and (max-width:640px) { #productList_style_01_1515502629260 .titleSet {font-size:8px;line-height:13px;margin-bottom:0px;}} @media screen and (max-width:640px) { #productList_style_01_1515502629260 .detailSet {font-size:6px;color:#aaaaaa;}} @media screen and (max-width:640px) { #productList_style_01_1515502629260 .modSet {line-height:18px;height:150px;text-align:center;}}
/*----------------------电脑板式样式----------------------*/
#productList_style_01_1515502629260 .prod_default .p_group{
	width:100%;
}

/*----------------------平板板式样式----------------------*/
@media screen and (min-width:641px) and (max-width:1200px) {
	#productList_style_01_1515502629260{
		
	}
}
/*----------------------手机板式样式----------------------*/
@media screen and (max-width:640px) {
	#productList_style_01_1515502629260{
		
	}
}

 #productList_style_01_1515502629269{width:100%;position:absolute;top:10px;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#productList_style_01_1515502629269{width:100%;}}   @media screen and (max-width:640px) {#productList_style_01_1515502629269{width:100%;top:0px;left:0%;}} #productList_style_01_1515502629269 > .view_contents{overflow:visible;}  #productList_style_01_1515502629269 .imgSet {background:transparent;} #productList_style_01_1515502629269 .sortSet {background:#1c76f5;color:#ffffff;padding-top:5px;padding-bottom:5px;padding-left:10px;padding-right:10px;line-height:30px;font-size:14px;} #productList_style_01_1515502629269 .titleSet {text-align:center;} @media screen and (max-width:640px) { #productList_style_01_1515502629269 .sortSet {font-size:12px;}} @media screen and (max-width:640px) { #productList_style_01_1515502629269 .titleSet {font-size:8px;line-height:13px;}} @media screen and (max-width:640px) { #productList_style_01_1515502629269 .modSet {height:150px;}}
/*----------------------电脑板式样式----------------------*/
#productList_style_01_1515502629269 .prod_default .p_group{
	width:100%;
}
/*----------------------平板板式样式----------------------*/
@media screen and (min-width:641px) and (max-width:1200px) {
	#productList_style_01_1515502629269{
		
	}
}
/*----------------------手机板式样式----------------------*/
@media screen and (max-width:640px) {
	#productList_style_01_1515502629269{
		
	}
}

 #productList_style_01_1520817675657{width:100%;position:absolute;top:10px;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#productList_style_01_1520817675657{width:100%;}}   @media screen and (max-width:640px) {#productList_style_01_1520817675657{width:100%;top:0px;left:0%;}} #productList_style_01_1520817675657 > .view_contents{overflow:visible;}  #productList_style_01_1520817675657 .imgSet {background:transparent;} #productList_style_01_1520817675657 .sortSet {background:#1c76f5;color:#ffffff;padding-top:5px;padding-bottom:5px;padding-left:10px;padding-right:10px;line-height:30px;font-size:14px;} #productList_style_01_1520817675657 .titleSet {text-align:center;} @media screen and (max-width:640px) { #productList_style_01_1520817675657 .sortSet {font-size:12px;}} @media screen and (max-width:640px) { #productList_style_01_1520817675657 .titleSet {font-size:8px;line-height:13px;}}
/*----------------------电脑板式样式----------------------*/
#productList_style_01_1520817675657 .prod_default .p_group{
	width:100%;
}

/*----------------------平板板式样式----------------------*/
@media screen and (min-width:641px) and (max-width:1200px) {
	#productList_style_01_1520817675657{
		
	}
}
/*----------------------手机板式样式----------------------*/
@media screen and (max-width:640px) {
	#productList_style_01_1520817675657{
		
	}
}

 #productList_style_01_1520817756429{width:100%;position:absolute;top:10px;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#productList_style_01_1520817756429{width:100%;}}   @media screen and (max-width:640px) {#productList_style_01_1520817756429{width:100%;top:0px;left:0%;}} #productList_style_01_1520817756429 > .view_contents{overflow:visible;}  #productList_style_01_1520817756429 .imgSet {background:transparent;} #productList_style_01_1520817756429 .sortSet {background:#1c76f5;color:#ffffff;padding-top:5px;padding-bottom:5px;padding-left:10px;padding-right:10px;line-height:30px;font-size:14px;} #productList_style_01_1520817756429 .titleSet {text-align:center;} @media screen and (max-width:640px) { #productList_style_01_1520817756429 .sortSet {font-size:12px;}} @media screen and (max-width:640px) { #productList_style_01_1520817756429 .modSet {height:150px;}} @media screen and (max-width:640px) { #productList_style_01_1520817756429 .titleSet {font-size:8px;line-height:13px;}}
/*----------------------电脑板式样式----------------------*/
#productList_style_01_1520817756429 .prod_default .p_group{
	width:100%;
}

/*----------------------平板板式样式----------------------*/
@media screen and (min-width:641px) and (max-width:1200px) {
	#productList_style_01_1520817756429{
		
	}
}
/*----------------------手机板式样式----------------------*/
@media screen and (max-width:640px) {
	#productList_style_01_1520817756429{
		
	}
} #tab_style_03_1515502629011{width:100%;height:317px;position:absolute;top:39px;left:0%;display:block;}   @media screen and (min-width:641px) and (max-width:1200px) {#tab_style_03_1515502629011{width:96%;height:265px;display:block;left:2.014846235418876%;}}   @media screen and (max-width:640px) {#tab_style_03_1515502629011{width:92%;height:156px;top:55px;left:4%;display:block;}}  #tab_style_03_1515502629011 .tabconSet {background:transparent;} #tab_style_03_1515502629011 .tabItemSet {background:transparent;border-top-left-radius:0px;border-bottom-left-radius:0px;border-bottom-right-radius:0px;border-top-right-radius:0px;height:40px;line-height:40px;padding-left:10px;padding-right:10px;font-size:15px;color:#000000;} #tab_style_03_1515502629011 .tabItemSet.tabCurItem {background:transparent;color:#1c76f5;border-bottom-color:#1c76f5;border-bottom-style:solid;border-bottom-width:2px;} @media screen and (max-width:640px) { #tab_style_03_1515502629011 .tabItemSet {font-size:11px;line-height:15px;height:15px;text-align:left;padding-left:0px;padding-right:0px;}} @media screen and (max-width:640px) { #tab_style_03_1515502629011 .tabconSet {height:200px;line-height:18px;}} #layout_1515500890329{height:356px;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_1515500890329{height:304px;}}   @media screen and (max-width:640px) {#layout_1515500890329{height:211px;display:block;}} #layout_1515500890329 > .view_contents{overflow:visible;max-width:1200px;}  #layout_1515500890329  {background:#ffffff;}


 #text_style_01_1515503810607{width:100%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;left:0%;top:1px;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1515503810607{width:96%;left:2.014846235418876%;}}   @media screen and (max-width:640px) {#text_style_01_1515503810607{width:92%;top:5px;left:4.0625%;}}  #text_style_01_1515503810607>.view_contents {box-sizing:border-box;font-family:Microsoft YaHei;font-size:20px;line-height:25px;color:#000000;padding-bottom:5px;padding-top:5px;background: url(../img/upimages/20190307143725152.jpg);} #text_style_01_1515503810607  {border-bottom-style:solid;border-bottom-width:1px;border-bottom-color:#e5e5e5;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1515503810607>.view_contents {box-sizing:border-box;font-size:18px;line-height:20px;}} @media screen and (max-width:640px) { #text_style_01_1515503810607>.view_contents {box-sizing:border-box;font-size:16px;line-height:20px;}}



 #productList_style_01_1515503798739{width:100%;position:absolute;top:10px;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#productList_style_01_1515503798739{left:0%;width:100%;}}   @media screen and (max-width:640px) {#productList_style_01_1515503798739{width:100%;top:0px;left:0%;}} #productList_style_01_1515503798739 > .view_contents{overflow:visible;}  #productList_style_01_1515503798739 .imgSet {background:transparent;} #productList_style_01_1515503798739 .sortSet {background:#1c76f5;color:#ffffff;padding-top:5px;padding-bottom:5px;padding-left:10px;padding-right:10px;line-height:30px;font-size:14px;} #productList_style_01_1515503798739 .titleSet {text-align:center;} @media screen and (max-width:640px) { #productList_style_01_1515503798739 .sortSet {font-size:12px;}} @media screen and (max-width:640px) { #productList_style_01_1515503798739 .titleSet {font-size:8px;line-height:13px;}}
/*----------------------电脑板式样式----------------------*/
#productList_style_01_1515503798739 .prod_default .p_group{
	width:100%;
}

/*----------------------平板板式样式----------------------*/
@media screen and (min-width:641px) and (max-width:1200px) {
	#productList_style_01_1515503798739{
		
	}
}
/*----------------------手机板式样式----------------------*/
@media screen and (max-width:640px) {
	#productList_style_01_1515503798739{
		
	}
}

 #productList_style_01_1515503798750{width:100%;position:absolute;top:10px;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#productList_style_01_1515503798750{width:100%;}}   @media screen and (max-width:640px) {#productList_style_01_1515503798750{width:100%;top:10px;left:0%;}} #productList_style_01_1515503798750 > .view_contents{overflow:visible;}  #productList_style_01_1515503798750 .imgSet {background:transparent;} #productList_style_01_1515503798750 .sortSet {background:#1c76f5;color:#ffffff;padding-top:5px;padding-bottom:5px;padding-left:10px;padding-right:10px;line-height:30px;font-size:14px;} #productList_style_01_1515503798750 .titleSet {text-align:center;} @media screen and (max-width:640px) { #productList_style_01_1515503798750 .sortSet {font-size:12px;}} @media screen and (max-width:640px) { #productList_style_01_1515503798750 .modSet {height:150px;}} @media screen and (max-width:640px) { #productList_style_01_1515503798750 .titleSet {font-size:8px;line-height:13px;}}
/*----------------------电脑板式样式----------------------*/
#productList_style_01_1515503798750 .prod_default .p_group{
	width:100%;
}
/*----------------------平板板式样式----------------------*/
@media screen and (min-width:641px) and (max-width:1200px) {
	#productList_style_01_1515503798750{
		
	}
}
/*----------------------手机板式样式----------------------*/
@media screen and (max-width:640px) {
	#productList_style_01_1515503798750{
		
	}
}

 #productList_style_01_1520817987303{width:100%;position:absolute;top:10px;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#productList_style_01_1520817987303{width:100%;}}   @media screen and (max-width:640px) {#productList_style_01_1520817987303{width:100%;top:0px;left:0%;}} #productList_style_01_1520817987303 > .view_contents{overflow:visible;}  #productList_style_01_1520817987303 .imgSet {background:transparent;} #productList_style_01_1520817987303 .sortSet {background:#1c76f5;color:#ffffff;padding-top:5px;padding-bottom:5px;padding-left:10px;padding-right:10px;line-height:30px;font-size:14px;} #productList_style_01_1520817987303 .titleSet {text-align:center;} @media screen and (max-width:640px) { #productList_style_01_1520817987303 .sortSet {font-size:12px;}} @media screen and (max-width:640px) { #productList_style_01_1520817987303 .modSet {height:150px;}} @media screen and (max-width:640px) { #productList_style_01_1520817987303 .titleSet {font-size:8px;line-height:13px;}}
/*----------------------电脑板式样式----------------------*/
#productList_style_01_1520817987303 .prod_default .p_group{
	width:100%;
}

/*----------------------平板板式样式----------------------*/
@media screen and (min-width:641px) and (max-width:1200px) {
	#productList_style_01_1520817987303{
		
	}
}
/*----------------------手机板式样式----------------------*/
@media screen and (max-width:640px) {
	#productList_style_01_1520817987303{
		
	}
} #tab_style_03_1515503798548{width:100%;height:317px;position:absolute;top:38px;left:0%;display:block;}   @media screen and (min-width:641px) and (max-width:1200px) {#tab_style_03_1515503798548{width:96%;height:265px;display:block;left:2.014846235418876%;}}   @media screen and (max-width:640px) {#tab_style_03_1515503798548{width:92%;height:116px;top:56px;left:3.9990234375000004%;display:block;}}  #tab_style_03_1515503798548 .tabconSet {background:transparent;} #tab_style_03_1515503798548 .tabItemSet {background:transparent;border-top-left-radius:0px;border-bottom-left-radius:0px;border-bottom-right-radius:0px;border-top-right-radius:0px;height:40px;line-height:40px;padding-left:10px;padding-right:10px;font-size:15px;color:#000000;} #tab_style_03_1515503798548 .tabItemSet.tabCurItem {background:transparent;color:#1c76f5;border-bottom-color:#1c76f5;border-bottom-style:solid;border-bottom-width:2px;} @media screen and (max-width:640px) { #tab_style_03_1515503798548 .tabItemSet {font-size:11px;text-align:left;line-height:15px;height:15px;padding-left:0px;padding-right:0px;}}

 #customForm_style_button_01_1537168167672{width:7.916666666666666%;position:absolute;top:1px;left:92.08333333333333%;}   @media screen and (min-width:641px) and (max-width:1200px) {#customForm_style_button_01_1537168167672{}}   @media screen and (max-width:640px) {#customForm_style_button_01_1537168167672{width:15.625%;top:5px;left:80.3125%;}} #customForm_style_button_01_1537168167672 > .view_contents{overflow:visible;}  #customForm_style_button_01_1537168167672 .btnaSet {background:transparent;border-left-style:none;border-bottom-style:none;border-right-style:none;border-top-style:none;text-align:right;} #customForm_style_button_01_1537168167672 .btnaSet:hover {color:#3e93cc;} @media screen and (max-width:640px) { #customForm_style_button_01_1537168167672 .btnaSet:hover {color:#333333;}} @media screen and (max-width:640px) { #customForm_style_button_01_1537168167672 .btnaSet {font-size:12px;line-height:25px;height:25px;}} #layout_1515503781866{height:355px;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_1515503781866{height:303px;}}   @media screen and (max-width:640px) {#layout_1515503781866{height:172px;display:block;}} #layout_1515503781866 > .view_contents{overflow:visible;max-width:1200px;}  #layout_1515503781866  {background:#ffffff;}


 #text_style_01_1515504130735{width:100%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;left:0%;top:1px;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1515504130735{width:96%;left:2.014846235418876%;}}   @media screen and (max-width:640px) {#text_style_01_1515504130735{width:92%;top:5px;left:4.0625%;}}  #text_style_01_1515504130735>.view_contents {box-sizing:border-box;font-family:Microsoft YaHei;font-size:20px;line-height:25px;color:#000000;padding-bottom:5px;padding-top:5px;background: url(../img/upimages/20190307143725152.jpg);} #text_style_01_1515504130735  {border-bottom-style:solid;border-bottom-width:1px;border-bottom-color:#e5e5e5;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1515504130735>.view_contents {box-sizing:border-box;font-size:18px;line-height:20px;}} @media screen and (max-width:640px) { #text_style_01_1515504130735>.view_contents {box-sizing:border-box;font-size:16px;line-height:20px;}}

 #customForm_style_button_01_1515504154395{width:7.916666666666666%;position:absolute;top:2.5px;left:92.08333333333333%;}   @media screen and (min-width:641px) and (max-width:1200px) {#customForm_style_button_01_1515504154395{width:10%;top:14px;left:87.91092258748674%;}}   @media screen and (max-width:640px) {#customForm_style_button_01_1515504154395{width:31.874999999999996%;top:7.5px;left:64.0625%;}} #customForm_style_button_01_1515504154395 > .view_contents{overflow:visible;}  #customForm_style_button_01_1515504154395 .btnaSet {background:transparent;border-left-style:none;border-bottom-style:none;border-right-style:none;border-top-style:none;text-align:right;} #customForm_style_button_01_1515504154395 .btnaSet:hover {color:#3e93cc;} @media screen and (max-width:640px) { #customForm_style_button_01_1515504154395 .btnaSet:hover {color:#333333;}} @media screen and (max-width:640px) { #customForm_style_button_01_1515504154395 .btnaSet {font-size:12px;line-height:25px;height:25px;}}



 #productList_style_01_1515504142510{width:100%;position:absolute;top:10px;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#productList_style_01_1515504142510{left:0%;width:100%;}}   @media screen and (max-width:640px) {#productList_style_01_1515504142510{width:100%;top:10px;left:0%;}} #productList_style_01_1515504142510 > .view_contents{overflow:visible;}  #productList_style_01_1515504142510 .imgSet {background:transparent;} #productList_style_01_1515504142510 .sortSet {background:#1c76f5;color:#ffffff;padding-top:5px;padding-bottom:5px;padding-left:10px;padding-right:10px;line-height:30px;font-size:14px;} #productList_style_01_1515504142510 .titleSet {text-align:center;} @media screen and (max-width:640px) { #productList_style_01_1515504142510 .sortSet {font-size:12px;}} @media screen and (max-width:640px) { #productList_style_01_1515504142510 .titleSet {font-size:8px;line-height:13px;}} @media screen and (max-width:640px) { #productList_style_01_1515504142510 .modSet {height:150px;}}
/*----------------------电脑板式样式----------------------*/
#productList_style_01_1515504142510 .prod_default .p_group{
	width:100%;
}

/*----------------------平板板式样式----------------------*/
@media screen and (min-width:641px) and (max-width:1200px) {
	#productList_style_01_1515504142510{
		
	}
}
/*----------------------手机板式样式----------------------*/
@media screen and (max-width:640px) {
	#productList_style_01_1515504142510{
		
	}
}

 #productList_style_01_1515504142520{width:100%;position:absolute;top:10px;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#productList_style_01_1515504142520{width:100%;}}   @media screen and (max-width:640px) {#productList_style_01_1515504142520{width:100%;top:10px;left:0%;}} #productList_style_01_1515504142520 > .view_contents{overflow:visible;}  #productList_style_01_1515504142520 .imgSet {background:transparent;} #productList_style_01_1515504142520 .sortSet {background:#1c76f5;color:#ffffff;padding-top:5px;padding-bottom:5px;padding-left:10px;padding-right:10px;line-height:30px;font-size:14px;} #productList_style_01_1515504142520 .titleSet {text-align:center;} @media screen and (max-width:640px) { #productList_style_01_1515504142520 .sortSet {font-size:12px;}} @media screen and (max-width:640px) { #productList_style_01_1515504142520 .modSet {height:150px;}} @media screen and (max-width:640px) { #productList_style_01_1515504142520 .titleSet {font-size:8px;line-height:13px;}}
/*----------------------电脑板式样式----------------------*/
#productList_style_01_1515504142520 .prod_default .p_group{
	width:100%;
}
/*----------------------平板板式样式----------------------*/
@media screen and (min-width:641px) and (max-width:1200px) {
	#productList_style_01_1515504142520{
		
	}
}
/*----------------------手机板式样式----------------------*/
@media screen and (max-width:640px) {
	#productList_style_01_1515504142520{
		
	}
}

 #productList_style_01_1520818130476{width:100%;position:absolute;top:10px;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#productList_style_01_1520818130476{width:100%;}}   @media screen and (max-width:640px) {#productList_style_01_1520818130476{width:100%;top:0px;left:0%;}} #productList_style_01_1520818130476 > .view_contents{overflow:visible;}  #productList_style_01_1520818130476 .imgSet {background:transparent;} #productList_style_01_1520818130476 .sortSet {background:#1c76f5;color:#ffffff;padding-top:5px;padding-bottom:5px;padding-left:10px;padding-right:10px;line-height:30px;font-size:14px;} #productList_style_01_1520818130476 .titleSet {text-align:center;} @media screen and (max-width:640px) { #productList_style_01_1520818130476 .sortSet {font-size:12px;}} @media screen and (max-width:640px) { #productList_style_01_1520818130476 .modSet {height:150px;}} @media screen and (max-width:640px) { #productList_style_01_1520818130476 .titleSet {font-size:8px;line-height:13px;}}
/*----------------------电脑板式样式----------------------*/
#productList_style_01_1520818130476 .prod_default .p_group{
	width:100%;
}

/*----------------------平板板式样式----------------------*/
@media screen and (min-width:641px) and (max-width:1200px) {
	#productList_style_01_1520818130476{
		
	}
}
/*----------------------手机板式样式----------------------*/
@media screen and (max-width:640px) {
	#productList_style_01_1520818130476{
		
	}
} #tab_style_03_1515504142301{width:100%;height:317px;position:absolute;top:38px;left:0%;display:block;}   @media screen and (min-width:641px) and (max-width:1200px) {#tab_style_03_1515504142301{width:96%;height:265px;display:block;left:2%;top:65px;}}   @media screen and (max-width:640px) {#tab_style_03_1515504142301{width:92%;height:166px;top:55px;left:4%;display:block;}}  #tab_style_03_1515504142301 .tabconSet {background:transparent;} #tab_style_03_1515504142301 .tabItemSet {background:transparent;border-top-left-radius:0px;border-bottom-left-radius:0px;border-bottom-right-radius:0px;border-top-right-radius:0px;height:40px;line-height:40px;padding-left:10px;padding-right:10px;font-size:15px;color:#000000;} #tab_style_03_1515504142301 .tabItemSet.tabCurItem {background:transparent;color:#1c76f5;border-bottom-color:#1c76f5;border-bottom-style:solid;border-bottom-width:2px;} @media screen and (max-width:640px) { #tab_style_03_1515504142301 .tabItemSet {font-size:11px;line-height:15px;height:15px;padding-left:0px;padding-right:0px;}} #layout_1515504114648{height:355px;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_1515504114648{height:330px;}}   @media screen and (max-width:640px) {#layout_1515504114648{height:221px;}} #layout_1515504114648 > .view_contents{overflow:visible;max-width:1200px;}  #layout_1515504114648  {background:#ffffff;}
 #layout_1517560981958{height:132px;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_1517560981958{}}   @media screen and (max-width:640px) {#layout_1517560981958{height:98px;display:none;}} #layout_1517560981958 > .view_contents{overflow:visible;max-width:1200px;}  #layout_1517560981958  {background:#ededed;} #layout_1517560981958>.view_contents {background: url(../img/upimages/20190307180312730.png);} @media screen and (max-width:640px) { #layout_1517560981958  {background-repeat:no-repeat;background-size:auto 100%;background-position-x:50%;}}



 #text_default_1515592940401{width:100%;height:30px;position:absolute;top:20px;left:0%;z-index:2;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_default_1515592940401{}}   @media screen and (max-width:640px) {#text_default_1515592940401{width:24.489795918367346%;height:24px;top:20px;left:3.9115646258503403%;}} 
/*----------------------电脑板式样式----------------------*/
#text_default_1515592940401 .bt{
	font-size:20px;
}
/*----------------------平板板式样式----------------------*/
@media screen and (min-width:641px) and (max-width:1200px) {
	#text_default_1515592940401{
		
	}
}
/*----------------------手机板式样式----------------------*/
@media screen and (max-width:640px) {
       #text_default_1515592940401 .bt{
	      font-size:16px;
       }
}

 #customForm_style_button_01_1515660467664{width:15.98639455782313%;position:absolute;top:447px;left:78.90625%;z-index:2;}   @media screen and (min-width:641px) and (max-width:1200px) {#customForm_style_button_01_1515660467664{width:25.4416961130742%;left:69.60578621908127%;}}   @media screen and (max-width:640px) {#customForm_style_button_01_1515660467664{width:31.874999999999996%;top:19.5px;left:63.775510204081634%;}} #customForm_style_button_01_1515660467664 > .view_contents{overflow:visible;}  #customForm_style_button_01_1515660467664 .btnaSet {background:transparent;border-left-style:none;border-bottom-style:none;border-right-style:none;border-top-style:none;text-align:right;color:#666666;} #customForm_style_button_01_1515660467664 .btnaSet:hover {color:#3e93cc;} @media screen and (max-width:640px) { #customForm_style_button_01_1515660467664 .btnaSet:hover {color:#333333;}} @media screen and (max-width:640px) { #customForm_style_button_01_1515660467664 .btnaSet {font-size:12px;line-height:25px;height:25px;}}

 #newsList_style_06_1517628016516{width:90%;position:absolute;top:76px;left:4.947916666666666%;z-index:1;}   @media screen and (min-width:641px) and (max-width:1200px) {#newsList_style_06_1517628016516{width:90%;left:4.946996466431095%;}}   @media screen and (max-width:640px) {#newsList_style_06_1517628016516{width:92%;top:60px;left:3.9115646258503403%;}}  #newsList_style_06_1517628016516 .timesSet {font-size:14px;} #newsList_style_06_1517628016516 .titleSet {font-size:14px;line-height:14px;} #newsList_style_06_1517628016516 .modSet {padding-bottom:10px;} @media screen and (max-width:640px) { #newsList_style_06_1517628016516 .titleSet {font-size:10px;line-height:12px;color:#909090;}} @media screen and (max-width:640px) { #newsList_style_06_1517628016516 .timesSet {font-size:10px;line-height:10px;color:#909090;}} @media screen and (max-width:640px) { #newsList_style_06_1517628016516 .modSet {padding-bottom:0px;line-height:18px;font-size:11px;height:15px;}}
/*----------------------电脑板式样式----------------------*/
#newsList_style_06_1517628016516{
	
}
#newsList_style_06_1517628016516 .boxNewsListStyle_6 .sumary_list .newsTime{ float:right;}
/*----------------------平板板式样式----------------------*/
@media screen and (min-width:641px) and (max-width:1200px) {
	#newsList_style_06_1517628016516{
		
	}
}
/*----------------------手机板式样式----------------------*/
@media screen and (max-width:640px) {
	#newsList_style_06_1517628016516{
		
	}
}
 #div_a_includeBlock_1515592975775{width:32%;height:495px;position:absolute;top:50px;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_a_includeBlock_1515592975775{width:30%;left:2%;top:50px;height:493px;}}   @media screen and (max-width:640px) {#div_a_includeBlock_1515592975775{width:92%;height:335px;top:30px;left:4%;}}  #div_a_includeBlock_1515592975775  {border-top-color:#e5e5e5;border-right-color:#e5e5e5;border-bottom-color:#e5e5e5;border-left-color:#e5e5e5;border-top-style:solid;border-left-style:solid;border-bottom-style:solid;border-right-style:solid;border-left-width:1px;border-bottom-width:1px;border-right-width:1px;border-top-width:1px;background:#ffffff;}


 #text_default_1515593392725{width:100%;height:30px;position:absolute;top:20px;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_default_1515593392725{}}   @media screen and (max-width:640px) {#text_default_1515593392725{width:24.829931972789115%;height:24px;top:20px;left:2.0408163265306123%;}} 
/*----------------------电脑板式样式----------------------*/
#text_default_1515593392725 .bt{
	font-size:20px;
}
/*----------------------平板板式样式----------------------*/
@media screen and (min-width:641px) and (max-width:1200px) {
	#text_default_1515593392725{
		
	}
}
/*----------------------手机板式样式----------------------*/
@media screen and (max-width:640px) {
       #text_default_1515593392725 .bt{
	      font-size:16px;
       }
}

 #liuyanban_style_01_1515593908134{width:90%;position:absolute;top:70px;left:4.761904761904762%;}   @media screen and (min-width:641px) and (max-width:1200px) {#liuyanban_style_01_1515593908134{left:5%;width:90%;}}   @media screen and (max-width:640px) {#liuyanban_style_01_1515593908134{width:100%;top:44px;left:0%;}}  @media screen and (max-width:640px) { #liuyanban_style_01_1515593908134 .guetimeSet {font-size:12px;}} @media screen and (max-width:640px) { #liuyanban_style_01_1515593908134 .modSet {padding-left:0px;padding-right:0px;}} @media screen and (max-width:640px) { #liuyanban_style_01_1515593908134 .titSet {font-size:12px;line-height:53px;}} @media screen and (max-width:640px) { #liuyanban_style_01_1515593908134 .guestSet {font-size:10px;}} @media screen and (max-width:640px) { #liuyanban_style_01_1515593908134 .gubookSet {font-size:10px;}} @media screen and (max-width:640px) { #liuyanban_style_01_1515593908134 .inputSet {font-size:12px;}} @media screen and (max-width:640px) { #liuyanban_style_01_1515593908134 .greetSet {font-size:12px;}}
/*----------------------电脑板式样式----------------------*/
#liuyanban_style_01_1515593908134 .gformStyle_1 .gformS{
	display:none;
}
#liuyanban_style_01_1515593908134 .gformStyle_1 .gb_name,#liuyanban_style_01_1515593908134 .gformStyle_1 .gb_page{ display:none;}
#liuyanban_style_01_1515593908134 .gformStyle_1 .gbList{ background:white; border-bottom:2px dotted #e5e5e5;}
#liuyanban_style_01_1515593908134 .gformStyle_1 #gbook{ overflow-x:hidden; height:390px;}
/*----------------------平板板式样式----------------------*/
@media screen and (min-width:641px) and (max-width:1200px) {
	#liuyanban_style_01_1515593908134{
		
	}
}
/*----------------------手机板式样式----------------------*/
@media screen and (max-width:640px) {
	#liuyanban_style_01_1515593908134{
		
	}
#liuyanban_style_01_1515593908134 .gformStyle_1 #gbook{ height:250px;}
}
 #div_a_includeBlock_1515593392488{width:32%;height:495px;position:absolute;top:50px;left:68%;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_a_includeBlock_1515593392488{width:30%;top:50px;height:493px;}}   @media screen and (max-width:640px) {#div_a_includeBlock_1515593392488{width:92%;height:342px;top:635.3999938964844px;left:4%;display:none;}}  #div_a_includeBlock_1515593392488  {border-top-color:#e5e5e5;border-right-color:#e5e5e5;border-bottom-color:#e5e5e5;border-left-color:#e5e5e5;border-top-style:solid;border-left-style:solid;border-bottom-style:solid;border-right-style:solid;border-left-width:1px;border-bottom-width:1px;border-right-width:1px;border-top-width:1px;background:#ffffff;}


 #text_default_1517627906033{width:100%;height:30px;position:absolute;top:20px;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_default_1517627906033{}}   @media screen and (max-width:640px) {#text_default_1517627906033{width:24.489795918367346%;height:24px;top:20px;left:2.0408163265306123%;}} 
/*----------------------电脑板式样式----------------------*/
#text_default_1517627906033 .bt{
	font-size:20px;
}
/*----------------------平板板式样式----------------------*/
@media screen and (min-width:641px) and (max-width:1200px) {
	#text_default_1517627906033{
		
	}
}
/*----------------------手机板式样式----------------------*/
@media screen and (max-width:640px) {
       #text_default_1517627906033 .bt{
	      font-size:16px;
       }
}

 #customForm_style_button_01_1517627906048{width:15.98639455782313%;position:absolute;top:447px;left:78.64583333333334%;}   @media screen and (min-width:641px) and (max-width:1200px) {#customForm_style_button_01_1517627906048{width:29.328621908127207%;left:65.71886042402826%;}}   @media screen and (max-width:640px) {#customForm_style_button_01_1517627906048{width:31.874999999999996%;top:19.5px;left:63.16964285714286%;}} #customForm_style_button_01_1517627906048 > .view_contents{overflow:visible;}  #customForm_style_button_01_1517627906048 .btnaSet {background:transparent;border-left-style:none;border-bottom-style:none;border-right-style:none;border-top-style:none;text-align:right;color:#666666;} #customForm_style_button_01_1517627906048 .btnaSet:hover {color:#3e93cc;} @media screen and (max-width:640px) { #customForm_style_button_01_1517627906048 .btnaSet:hover {color:#333333;}} @media screen and (max-width:640px) { #customForm_style_button_01_1517627906048 .btnaSet {font-size:12px;line-height:25px;height:25px;}}

 #newsList_style_06_1517628064058{width:90%;position:absolute;top:77.5px;left:4.6875%;}   @media screen and (min-width:641px) and (max-width:1200px) {#newsList_style_06_1517628064058{width:90%;left:4.946996466431095%;}}   @media screen and (max-width:640px) {#newsList_style_06_1517628064058{width:92%;top:63px;left:3.9115646258503403%;}}  #newsList_style_06_1517628064058 .timesSet {font-size:14px;} #newsList_style_06_1517628064058 .titleSet {font-size:14px;line-height:14px;} #newsList_style_06_1517628064058 .modSet {padding-bottom:10px;} @media screen and (max-width:640px) { #newsList_style_06_1517628064058 .titleSet {font-size:10px;line-height:12px;color:#909090;}} @media screen and (max-width:640px) { #newsList_style_06_1517628064058 .timesSet {font-size:10px;line-height:10px;color:#909090;}} @media screen and (max-width:640px) { #newsList_style_06_1517628064058 .modSet {line-height:18px;height:15px;font-size:10px;padding-bottom:10px;}}
/*----------------------电脑板式样式----------------------*/
#newsList_style_06_1517628064058{
	
}
#newsList_style_06_1517628064058 .boxNewsListStyle_6 .sumary_list .newsTime{ float:right;}
/*----------------------平板板式样式----------------------*/
@media screen and (min-width:641px) and (max-width:1200px) {
	#newsList_style_06_1517628064058{
		
	}
}
/*----------------------手机板式样式----------------------*/
@media screen and (max-width:640px) {
	#newsList_style_06_1517628064058{
		
	}
}
 #div_a_includeBlock_1517627905834{width:32%;height:495px;position:absolute;top:50px;left:34%;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_a_includeBlock_1517627905834{width:30%;height:493px;left:34.994697773064686%;}}   @media screen and (max-width:640px) {#div_a_includeBlock_1517627905834{width:92%;height:357px;top:381px;left:3.9990234375000004%;}}  #div_a_includeBlock_1517627905834  {border-top-color:#e5e5e5;border-right-color:#e5e5e5;border-bottom-color:#e5e5e5;border-left-color:#e5e5e5;border-top-style:solid;border-left-style:solid;border-bottom-style:solid;border-right-style:solid;border-left-width:1px;border-bottom-width:1px;border-right-width:1px;border-top-width:1px;background:#ffffff;} #layout_1514980849465{height:545px;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_1514980849465{height:543px;}}   @media screen and (max-width:640px) {#layout_1514980849465{height:738px;display:block;}} #layout_1514980849465 > .view_contents{overflow:visible;max-width:1200px;}  #layout_1514980849465  {background-repeat:no-repeat;background-size:100% auto;background-position-x:50%;background:#f4f4f4;} @media screen and (max-width:640px) { #layout_1514980849465  {background-size:auto 100%;background-position-x:50%;}} @media screen and (min-width:641px) and (max-width:1200px) { #layout_1514980849465  {background-size:auto 100%;background-position-x:50%;}}



 #image_style_01_1515661369284{width:100%;height:121px;position:absolute;top:0px;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1515661369284{left:0%;width:100%;height:92px;}}   @media screen and (max-width:640px) {#image_style_01_1515661369284{width:100%;height:75px;top:0px;left:0%;}} #image_style_01_1515661369284 > .view_contents{overflow:visible;} 

 #text_style_01_1515661641967{width:100%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;top:136px;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1515661641967{left:0%;width:100%;top:102px;}}   @media screen and (max-width:640px) {#text_style_01_1515661641967{width:100%;top:85px;left:0%;}}  #text_style_01_1515661641967>.view_contents {box-sizing:border-box;font-family:Microsoft YaHei;font-size:18px;line-height:22px;color:#1c76f5;font-weight:bold;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1515661641967>.view_contents {box-sizing:border-box;font-size:16px;}} @media screen and (max-width:640px) { #text_style_01_1515661641967>.view_contents {box-sizing:border-box;font-size:13px;line-height:18px;color:#000000;}}

 #text_style_01_1515661728886{width:100%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;top:168px;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1515661728886{left:0%;width:100%;top:129px;}}   @media screen and (max-width:640px) {#text_style_01_1515661728886{width:100%;top:108px;left:0%;}}  #text_style_01_1515661728886>.view_contents {box-sizing:border-box;font-family:Microsoft YaHei;font-size:12px;color:#666666;text-indent:0em;line-height:25px;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1515661728886>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_01_1515661728886>.view_contents {box-sizing:border-box;line-height:15px;font-size:10px;text-align:left;color:#909090;}}
 #div_a_includeBlock_1515661179283{width:24%;height:268px;position:absolute;top:50px;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_a_includeBlock_1515661179283{left:2%;width:23%;height:231px;}}   @media screen and (max-width:640px) {#div_a_includeBlock_1515661179283{width:44%;height:198px;top:30px;left:4%;}} 


 #image_style_01_1515662147223{width:100%;height:121px;position:absolute;top:0px;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1515662147223{left:0%;width:100%;height:92px;}}   @media screen and (max-width:640px) {#image_style_01_1515662147223{width:100%;height:75px;top:0px;left:0%;}} #image_style_01_1515662147223 > .view_contents{overflow:visible;} 

 #text_style_01_1515662147253{width:100%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;top:136px;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1515662147253{left:0%;width:100%;top:102px;}}   @media screen and (max-width:640px) {#text_style_01_1515662147253{width:100%;top:85px;left:0%;}}  #text_style_01_1515662147253>.view_contents {box-sizing:border-box;font-family:Microsoft YaHei;font-size:18px;line-height:22px;color:#1c76f5;font-weight:bold;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1515662147253>.view_contents {box-sizing:border-box;font-size:16px;}} @media screen and (max-width:640px) { #text_style_01_1515662147253>.view_contents {box-sizing:border-box;font-size:13px;line-height:18px;color:#000000;}}

 #text_style_01_1515662147258{width:100%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;top:168px;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1515662147258{left:0%;width:100%;top:129px;}}   @media screen and (max-width:640px) {#text_style_01_1515662147258{width:100%;top:108px;left:0%;}}  #text_style_01_1515662147258>.view_contents {box-sizing:border-box;font-family:Microsoft YaHei;font-size:12px;color:#666666;text-indent:0em;line-height:25px;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1515662147258>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_01_1515662147258>.view_contents {box-sizing:border-box;line-height:15px;font-size:10px;text-align:left;color:#909090;}}
 #div_a_includeBlock_1515662146703{width:24%;height:268px;position:absolute;top:50px;left:25.333333333333336%;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_a_includeBlock_1515662146703{width:23%;height:231px;top:50px;left:26.299597914457408%;}}   @media screen and (max-width:640px) {#div_a_includeBlock_1515662146703{width:44%;height:198px;top:30px;left:52.2%;display:block;}} 


 #image_style_01_1515662574743{width:100%;height:121px;position:absolute;top:0px;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1515662574743{left:0%;width:100%;height:92px;}}   @media screen and (max-width:640px) {#image_style_01_1515662574743{width:100%;height:75px;top:0px;left:0%;}} #image_style_01_1515662574743 > .view_contents{overflow:visible;} 

 #text_style_01_1515662574773{width:100%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;top:136px;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1515662574773{left:0%;width:100%;top:102px;}}   @media screen and (max-width:640px) {#text_style_01_1515662574773{width:100%;top:85px;left:0%;}}  #text_style_01_1515662574773>.view_contents {box-sizing:border-box;font-family:Microsoft YaHei;font-size:18px;line-height:22px;color:#1c76f5;font-weight:bold;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1515662574773>.view_contents {box-sizing:border-box;font-size:16px;}} @media screen and (max-width:640px) { #text_style_01_1515662574773>.view_contents {box-sizing:border-box;font-size:13px;line-height:18px;color:#000000;}}

 #text_style_01_1515662574784{width:100%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;top:168px;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1515662574784{left:0%;width:100%;top:129px;}}   @media screen and (max-width:640px) {#text_style_01_1515662574784{width:100%;top:108px;left:0%;}}  #text_style_01_1515662574784>.view_contents {box-sizing:border-box;font-family:Microsoft YaHei;font-size:12px;color:#666666;text-indent:0em;line-height:25px;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1515662574784>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_01_1515662574784>.view_contents {box-sizing:border-box;line-height:15px;font-size:10px;color:#909090;}}
 #div_a_includeBlock_1515662574379{width:24%;height:268px;position:absolute;top:50px;left:50.66666666666667%;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_a_includeBlock_1515662574379{width:23%;height:231px;top:50px;left:50.59926210675151%;}}   @media screen and (max-width:640px) {#div_a_includeBlock_1515662574379{width:44%;height:198px;top:250px;left:3.994140625%;}} 


 #image_style_01_1515662777689{width:100%;height:121px;position:absolute;top:0px;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1515662777689{left:0%;width:100%;height:92px;}}   @media screen and (max-width:640px) {#image_style_01_1515662777689{width:100%;height:75px;top:0px;left:0%;}} #image_style_01_1515662777689 > .view_contents{overflow:visible;} 

 #text_style_01_1515662777704{width:100%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;top:136px;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1515662777704{left:0%;width:100%;top:102px;}}   @media screen and (max-width:640px) {#text_style_01_1515662777704{width:100%;top:85px;left:0%;}}  #text_style_01_1515662777704>.view_contents {box-sizing:border-box;font-family:Microsoft YaHei;font-size:18px;line-height:22px;color:#1c76f5;font-weight:bold;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1515662777704>.view_contents {box-sizing:border-box;font-size:16px;}} @media screen and (max-width:640px) { #text_style_01_1515662777704>.view_contents {box-sizing:border-box;font-size:13px;line-height:18px;color:#000000;}}

 #text_style_01_1515662777710{width:100%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;top:168px;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1515662777710{left:0%;width:100%;top:129px;}}   @media screen and (max-width:640px) {#text_style_01_1515662777710{width:100%;top:108px;left:0%;}}  #text_style_01_1515662777710>.view_contents {box-sizing:border-box;font-family:Microsoft YaHei;font-size:12px;color:#666666;text-indent:0em;line-height:25px;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1515662777710>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_01_1515662777710>.view_contents {box-sizing:border-box;line-height:15px;font-size:10px;color:#909090;}}
 #div_a_includeBlock_1515662777146{width:24%;height:268px;position:absolute;top:50px;left:76%;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_a_includeBlock_1515662777146{width:23%;height:231px;left:74.8989262990456%;top:50px;}}   @media screen and (max-width:640px) {#div_a_includeBlock_1515662777146{width:44%;height:198px;top:250px;left:52.197265625%;}}  #layout_1515660418446{height:318px;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_1515660418446{height:281px;}}   @media screen and (max-width:640px) {#layout_1515660418446{height:448px;display:block;}} #layout_1515660418446 > .view_contents{overflow:visible;max-width:1200px;} 


 #text_default_1531367051173{width:13.916666666666666%;height:28px;position:absolute;top:13px;left:86.08333333333333%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_default_1531367051173{}}   @media screen and (max-width:640px) {#text_default_1531367051173{width:50.9375%;height:24px;top:14px;left:24.53125%;}}  @media screen and (max-width:640px) { #text_default_1531367051173>.view_contents {font-size:10px;}} #layout_1521509265315{height:57px;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_1521509265315{}}   @media screen and (max-width:640px) {#layout_1521509265315{display:block;height:39px;}} #layout_1521509265315 > .view_contents{overflow:visible;max-width:1200px;} 





 #div_blank_1514969740768{width:50px;height:3px;position:absolute;left:6.461148648648648%;top:72px;z-index:2;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_blank_1514969740768{top:71px;height:3px;left:8.519467213114753%;}}   @media screen and (max-width:640px) {#div_blank_1514969740768{width:50px;height:3px;left:42.1875%;top:40px;display:none;}} #div_blank_1514969740768 > .view_contents{overflow:visible;}  #div_blank_1514969740768  {box-sizing:border-box;background:#1c76f5;} @media screen and (min-width:641px) and (max-width:1200px) { #div_blank_1514969740768  {box-sizing:border-box;}} @media screen and (max-width:640px) { #div_blank_1514969740768  {box-sizing:border-box;}}

 #text_style_02_1514969740774{width:56.333333333333336%;font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;left:6.47804054054054%;top:31.5px;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_02_1514969740774{left:8.519467213114753%;top:27.5px;}}   @media screen and (max-width:640px) {#text_style_02_1514969740774{width:96%;left:2%;top:0px;display:none;}}  #text_style_02_1514969740774>.view_contents {box-sizing:border-box;color:#ffffff;font-size:20px;font-weight:normal;text-align:left;font-family:SimHei;line-height:30px;letter-spacing:2px;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_02_1514969740774>.view_contents {box-sizing:border-box;font-size:24px;}} @media screen and (max-width:640px) { #text_style_02_1514969740774>.view_contents {box-sizing:border-box;font-size:18px;line-height:30px;font-weight:normal;}}

 #image_style_01_1514969740778{width:9.75%;height:26px;position:absolute;top:106.5px;left:9.71706081081081%;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1514969740778{left:8.19672131147541%;top:95px;}}   @media screen and (max-width:640px) {#image_style_01_1514969740778{width:36px;height:26px;top:93px;left:44.375%;display:none;}} #image_style_01_1514969740778 > .view_contents{overflow:visible;} 

 #text_style_02_1514969740782{width:66.5%;font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;top:105px;left:20.52364864864865%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_02_1514969740782{left:20.568647540983605%;width:63.278688524590166%;top:94px;}}   @media screen and (max-width:640px) {#text_style_02_1514969740782{width:96%;top:53px;left:2%;display:none;}}  #text_style_02_1514969740782>.view_contents {box-sizing:border-box;font-family:SimHei;font-size:14px;color:#bfbfbf;line-height:30px;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_02_1514969740782>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_02_1514969740782>.view_contents {box-sizing:border-box;}}

 #text_style_02_1514969740786{width:61.35135135135135%;font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;top:144.5px;left:20.52364864864865%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_02_1514969740786{left:21.552254098360656%;top:135px;width:190px;}}   @media screen and (max-width:640px) {#text_style_02_1514969740786{width:96%;top:167px;left:2%;display:none;}}  #text_style_02_1514969740786>.view_contents {box-sizing:border-box;font-family:SimHei;font-size:14px;color:#bfbfbf;line-height:30px;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_02_1514969740786>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_02_1514969740786>.view_contents {box-sizing:border-box;}}

 #image_style_01_1514969740791{width:8.378378378378379%;height:28px;position:absolute;top:141.5px;left:9.97043918918919%;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1514969740791{left:7.049180327868852%;top:135px;height:25px;width:37px;}}   @media screen and (max-width:640px) {#image_style_01_1514969740791{width:31px;height:28px;top:129px;left:45.15625%;display:none;}} #image_style_01_1514969740791 > .view_contents{overflow:visible;} 

 #text_style_02_1514969740795{width:59.72972972972973%;font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;top:184.5px;left:20.52364864864865%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_02_1514969740795{top:177px;left:21.22438524590164%;width:72.42524916943522%;}}   @media screen and (max-width:640px) {#text_style_02_1514969740795{width:96%;top:207px;left:2%;display:none;}}  #text_style_02_1514969740795>.view_contents {box-sizing:border-box;font-family:SimHei;font-size:14px;color:#bfbfbf;line-height:30px;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_02_1514969740795>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_02_1514969740795>.view_contents {box-sizing:border-box;}}

 #image_style_01_1514969740800{width:9.45945945945946%;height:24px;position:absolute;top:186.5px;left:9.29054054054054%;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1514969740800{left:6.885245901639345%;top:179px;width:38px;height:24px;}}   @media screen and (max-width:640px) {#image_style_01_1514969740800{width:35px;height:24px;top:247px;left:44.53125%;display:none;}} #image_style_01_1514969740800 > .view_contents{overflow:visible;} 

 #image_style_01_1514969740805{width:10%;height:29px;position:absolute;top:224.5px;left:8.90625%;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1514969740805{left:8.519467213114753%;top:218.5px;height:31px;}}   @media screen and (max-width:640px) {#image_style_01_1514969740805{width:37px;height:29px;top:281px;left:44.21875%;display:none;}} #image_style_01_1514969740805 > .view_contents{overflow:visible;} 

 #text_style_02_1514969740810{width:74.05405405405405%;font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;top:224.5px;left:20.25337837837838%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_02_1514969740810{left:20.568647540983605%;top:221.5px;width:75.40983606557377%;}}   @media screen and (max-width:640px) {#text_style_02_1514969740810{width:96%;top:320px;left:2%;display:none;}}  #text_style_02_1514969740810>.view_contents {box-sizing:border-box;font-family:SimHei;font-size:14px;color:#bfbfbf;line-height:30px;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_02_1514969740810>.view_contents {box-sizing:border-box;line-height:25px;}} @media screen and (max-width:640px) { #text_style_02_1514969740810>.view_contents {box-sizing:border-box;}}
 #div_includeBlock_1514969740424{width:370px;height:348.5px;position:absolute;top:0px;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_includeBlock_1514969740424{height:285.5px;width:305px;top:0px;left:0%;}}   @media screen and (max-width:640px) {#div_includeBlock_1514969740424{width:100%;height:350px;top:0px;left:0%;display:none;}}  #div_includeBlock_1514969740424  {border-left-color:#48c7ec;border-left-style:none;border-left-width:2px;border-top-color:#48c7ec;border-right-color:#48c7ec;border-bottom-color:#48c7ec;border-top-style:none;border-right-style:none;border-bottom-style:none;border-top-width:2px;border-right-width:2px;border-bottom-width:2px;} @media screen and (max-width:640px) { #div_includeBlock_1514969740424  {border-left-width:0px;}}


 #text_style_02_1514969740888{width:84.86486486486487%;font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;top:94px;left:9.299538352272728%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_02_1514969740888{width:277px;left:0%;top:91px;}}   @media screen and (max-width:640px) {#text_style_02_1514969740888{width:96%;top:53px;left:2%;display:none;}}  #text_style_02_1514969740888>.view_contents {box-sizing:border-box;font-family:SimHei;font-size:14px;color:#bfbfbf;line-height:30px;text-indent:0em;letter-spacing:1px;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_02_1514969740888>.view_contents {box-sizing:border-box;text-indent:2em;line-height:25px;}} @media screen and (max-width:640px) { #text_style_02_1514969740888>.view_contents {box-sizing:border-box;}}

 #image_style_01_1514969740894{width:100px;height:100px;position:absolute;top:188.5px;left:54.41672585227273%;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1514969740894{width:111px;left:53.33935018050542%;top:150px;}}   @media screen and (max-width:640px) {#image_style_01_1514969740894{width:100px;height:100px;top:123px;left:34.375%;display:none;}} #image_style_01_1514969740894 > .view_contents{overflow:visible;} 

 #image_style_01_1514969740900{width:100px;height:100px;position:absolute;top:188.5px;left:15.549538352272727%;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1514969740900{left:8.56836642599278%;width:38.98916967509025%;top:150px;}}   @media screen and (max-width:640px) {#image_style_01_1514969740900{width:200px;height:200px;top:290px;display:none;}} #image_style_01_1514969740900 > .view_contents{overflow:visible;} 

 #text_style_02_1514969740903{width:40.625%;font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;top:297px;left:9.441583806818182%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_02_1514969740903{left:7.671480144404332%;top:257px;}}   @media screen and (max-width:640px) {#text_style_02_1514969740903{width:96%;top:233px;left:2%;display:none;}}  #text_style_02_1514969740903>.view_contents {box-sizing:border-box;font-family:SimHei;font-size:14px;color:#bfbfbf;line-height:30px;text-indent:0em;letter-spacing:1px;text-align:center;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_02_1514969740903>.view_contents {box-sizing:border-box;text-indent:0em;line-height:25px;}} @media screen and (max-width:640px) { #text_style_02_1514969740903>.view_contents {box-sizing:border-box;}}

 #text_style_02_1514969740907{width:35.22727272727273%;font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;top:297px;left:51.00763494318182%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_02_1514969740907{width:111px;left:53.70036101083032%;top:257px;}}   @media screen and (max-width:640px) {#text_style_02_1514969740907{width:96%;top:273px;left:2%;display:none;}}  #text_style_02_1514969740907>.view_contents {box-sizing:border-box;font-family:SimHei;font-size:14px;color:#bfbfbf;line-height:30px;text-indent:0em;letter-spacing:1px;text-align:center;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_02_1514969740907>.view_contents {box-sizing:border-box;text-indent:0em;line-height:25px;text-align:center;padding-left:0px;margin-left:0px;}} @media screen and (max-width:640px) { #text_style_02_1514969740907>.view_contents {box-sizing:border-box;}}

 #div_blank_1514969740916{width:50px;height:3px;position:absolute;left:9.299538352272728%;top:72px;z-index:2;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_blank_1514969740916{top:73px;height:3px;left:1.962996389891697%;}}   @media screen and (max-width:640px) {#div_blank_1514969740916{width:50px;height:3px;left:42.1875%;top:40px;display:none;}} #div_blank_1514969740916 > .view_contents{overflow:visible;}  #div_blank_1514969740916  {box-sizing:border-box;background:#1c76f5;} @media screen and (min-width:641px) and (max-width:1200px) { #div_blank_1514969740916  {box-sizing:border-box;}} @media screen and (max-width:640px) { #div_blank_1514969740916  {box-sizing:border-box;}}

 #text_style_02_1514969740923{width:56.333333333333336%;font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;left:9.299538352272728%;top:33.5px;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_02_1514969740923{left:1.962996389891697%;top:29.5px;}}   @media screen and (max-width:640px) {#text_style_02_1514969740923{width:96%;left:2%;top:0px;display:none;}}  #text_style_02_1514969740923>.view_contents {box-sizing:border-box;color:#ffffff;font-size:20px;font-weight:normal;text-align:left;font-family:SimHei;line-height:30px;letter-spacing:2px;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_02_1514969740923>.view_contents {box-sizing:border-box;font-size:24px;}} @media screen and (max-width:640px) { #text_style_02_1514969740923>.view_contents {box-sizing:border-box;font-size:18px;line-height:30px;font-weight:normal;}}
 #div_includeBlock_1514969740428{width:29.333333333333332%;height:348.5px;position:absolute;top:0px;left:70.66666666666667%;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_includeBlock_1514969740428{height:305px;width:277px;left:69.36118784530386%;}}   @media screen and (max-width:640px) {#div_includeBlock_1514969740428{width:100%;height:303px;top:360px;left:0%;display:none;}}  #div_includeBlock_1514969740428  {border-left-color:#48c7ec;border-left-style:none;border-left-width:2px;border-top-color:#48c7ec;border-right-color:#48c7ec;border-bottom-color:#48c7ec;border-top-style:none;border-right-style:none;border-bottom-style:none;border-top-width:2px;border-right-width:2px;border-bottom-width:2px;} @media screen and (max-width:640px) { #div_includeBlock_1514969740428  {border-left-width:0px;}}


 #text_style_02_1514969740964{width:84.86486486486487%;font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;top:94px;left:7.567567567567565%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_02_1514969740964{width:100%;left:0%;}}   @media screen and (max-width:640px) {#text_style_02_1514969740964{width:96%;top:53px;left:2%;display:none;}}  #text_style_02_1514969740964>.view_contents {box-sizing:border-box;font-family:SimHei;font-size:13px;color:#bfbfbf;line-height:25px;text-indent:2em;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_02_1514969740964>.view_contents {box-sizing:border-box;text-indent:2em;line-height:25px;}} @media screen and (max-width:640px) { #text_style_02_1514969740964>.view_contents {box-sizing:border-box;}}

 #text_style_02_1514969740968{width:56.333333333333336%;font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;left:6.461148648648648%;top:33.5px;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_02_1514969740968{left:1.965725806451613%;top:29.5px;}}   @media screen and (max-width:640px) {#text_style_02_1514969740968{width:96%;left:2%;top:0px;display:none;}}  #text_style_02_1514969740968>.view_contents {box-sizing:border-box;color:#ffffff;font-size:20px;font-weight:normal;text-align:left;font-family:SimHei;line-height:30px;letter-spacing:2px;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_02_1514969740968>.view_contents {box-sizing:border-box;font-size:24px;}} @media screen and (max-width:640px) { #text_style_02_1514969740968>.view_contents {box-sizing:border-box;font-size:18px;line-height:30px;font-weight:normal;}}

 #div_blank_1514969740972{width:50px;height:3px;position:absolute;left:6.461148648648648%;top:72px;z-index:2;display:block;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_blank_1514969740972{top:73px;height:3px;left:1.965725806451613%;display:block;}}   @media screen and (max-width:640px) {#div_blank_1514969740972{width:50px;height:3px;left:42.1875%;top:40px;display:none;}} #div_blank_1514969740972 > .view_contents{overflow:visible;}  #div_blank_1514969740972  {box-sizing:border-box;background:#1c76f5;} @media screen and (min-width:641px) and (max-width:1200px) { #div_blank_1514969740972  {box-sizing:border-box;}} @media screen and (max-width:640px) { #div_blank_1514969740972  {box-sizing:border-box;}}
 #div_includeBlock_1514969740435{width:30.833333333333336%;height:348.5px;position:absolute;top:0px;left:35.583333333333336%;display:block;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_includeBlock_1514969740435{left:36.52796961325967%;top:0px;height:344px;display:block;}}   @media screen and (max-width:640px) {#div_includeBlock_1514969740435{width:100%;height:278px;top:673px;left:0%;display:none;}}  #div_includeBlock_1514969740435  {border-left-color:#48c7ec;border-left-style:none;border-left-width:2px;border-top-color:#48c7ec;border-right-color:#48c7ec;border-bottom-color:#48c7ec;border-top-style:none;border-right-style:none;border-bottom-style:none;border-top-width:2px;border-right-width:2px;border-bottom-width:2px;} @media screen and (max-width:640px) { #div_includeBlock_1514969740435  {border-left-width:0px;}}


 #dh_style_01_1514969740510{width:52.666666666666664%;z-index:999;position:absolute;top:9px;left:47.333333333333336%;}   @media screen and (min-width:641px) and (max-width:1200px) {#dh_style_01_1514969740510{z-index:999;width:428px;left:52.790055248618785%;}}   @media screen and (max-width:640px) {#dh_style_01_1514969740510{width:96%;z-index:999;top:0px;left:2%;display:none;}} #dh_style_01_1514969740510 > .view_contents{overflow:visible;}  #dh_style_01_1514969740510 .mainMenuSet {color:#bfbfbf;font-family:SimHei;} #dh_style_01_1514969740510 #hot>a {color:#bfbfbf;}

 #text_style_02_1514969740500{width:32.166666666666664%;font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;top:18.5px;left:0.5%;display:block;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_02_1514969740500{top:0px;left:2.03125%;width:95.9375%;display:block;}}   @media screen and (max-width:640px) {#text_style_02_1514969740500{width:96%;top:54px;left:2%;display:none;}} #text_style_02_1514969740500 > .view_contents{overflow:hidden;}  #text_style_02_1514969740500>.view_contents {box-sizing:border-box;font-family:SimHei;font-size:16px;color:#bfbfbf;line-height:30px;text-align:left;letter-spacing:0px;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_02_1514969740500>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_02_1514969740500>.view_contents {box-sizing:border-box;text-align:center;font-size:14px;padding-bottom:10px;}}

 #text_style_01_1542854013028{width:14.75%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;left:34.114585876464844%;top:18.9375px;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1542854013028{}}   @media screen and (max-width:640px) {#text_style_01_1542854013028{width:100%;top:84px;left:0%;}}  #text_style_01_1542854013028>.view_contents {box-sizing:border-box;color:#ffffff;font-size:14px;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1542854013028>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_01_1542854013028>.view_contents {box-sizing:border-box;}}
 #div_includeBlock_1514969740249{width:100%;height:53px;position:absolute;top:352px;left:0%;display:block;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_includeBlock_1514969740249{left:0%;width:100%;top:313px;height:45px;display:block;}}   @media screen and (max-width:640px) {#div_includeBlock_1514969740249{width:100%;height:123px;top:961px;left:0%;z-index:3;display:none;}}  #div_includeBlock_1514969740249  {border-top-color:#3e93cc;border-top-style:solid;border-top-width:1px;} @media screen and (max-width:640px) { #div_includeBlock_1514969740249  {border-top-style:none;}}
 #div_includeBlock_1514969740244{width:1200px;height:422.9375px;position:absolute;top:0px;left:calc(50% - 600px);display:block;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_includeBlock_1514969740244{left:2%;width:96%;height:374px;top:0%;display:block;}}   @media screen and (max-width:640px) {#div_includeBlock_1514969740244{width:100%;height:1085px;top:0px;left:0%;display:none;}} 
 #div_includeBlock_1514969740086{width:100%;height:422.9375px;position:absolute;top:0px;left:0%;display:block;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_includeBlock_1514969740086{height:374px;display:block;}}   @media screen and (max-width:640px) {#div_includeBlock_1514969740086{width:100%;height:1085px;top:0px;left:0%;display:none;}}  #div_includeBlock_1514969740086  {background-repeat:no-repeat;background-size:cover;background-position-x:50%;} @media screen and (max-width:640px) { #div_includeBlock_1514969740086  {background-position-x:50%;background:transparent;}} #comm_layout_footer{height:422.9375px;z-index:1;}   @media screen and (min-width:641px) and (max-width:1200px) {#comm_layout_footer{height:374px;}}   @media screen and (max-width:640px) {#comm_layout_footer{height:1085px;display:none;}} #comm_layout_footer > .view_contents{max-width:1200px;}  @media screen and (max-width:640px) { #comm_layout_footer  {background:#262626;}} #comm_layout_footer  {background:#262626;}
/*弹窗效果*/
.PopUpLogin #popUpLogin-t ul{overflow:hidden;zoom:1;font-family:"Microsoft YaHei","verdana"}
.PopUpLogin #popUpLogin-t li{float:left;padding:0px 6px;list-style-type:none}
/* .PopUpLogin #popUpLogin-t li.w{font-size:12px;color:#aaa;line-height:22px;} */
.PopUpLogin a{text-decoration:none;color: inherit;font-size:12px;}
.PopUpLogin .shadows{background:rgba(0,0,0,0.3);width:100%;height:100%;position:fixed;top:0;left:0;z-index:2147483640;display:none;}

.PopUpLogin #userQQLi img{cursor:pointer;vertical-align:middle}
.PopUpLogin #userWXLi img{cursor:pointer}

#popUpLoginMain {display:none;background:url(/images/v8/../res/user/style_05/showloginbg.png) left top no-repeat;width:490px;height:280px;padding:8px;border-radius:5px;position:fixed;top:50%;left:50%;margin:-140px 0 0 -245px;z-index:200000;opacity:0;}
#popUpLoginMain  .LoginMain{background:#fff;height:240px;border-radius:5px;padding:15px 25px 25px 25px}
#popUpLoginMain .closepopUp{float:right;margin: -5px -5px 0 0;width:30px;height:30px;}

#popUpLoginMain #uLoginName{font-size:18px;font-weight:normal;font-family:"Microsoft Yahei","verdana";border-bottom:1px solid #ddd;margin-bottom:20px;line-height:45px}
#popUpLoginMain .LoginMain li{color:#666;font-size:14px;;margin-bottom:18px;}
#popUpLoginMain .LoginMain li .input{border:1px solid #8C96A1;border-radius:3px 3px;height:35px;line-height:35px;width:357px;margin-left:15px;padding:0px;text-indent:10px}
#popUpLoginMain .LoginMain .loginBtn{padding-left:71px;margin-bottom:2px}
#popUpLoginMain .LoginMain .loginBtn input{width:359px;border-radius:3px 3px;height:37px;line-height:35px;color:#fff;border:0px;padding:0px;font-family:"Microsoft Yahei","verdana";font-size:16px;cursor:pointer}
#popUpLoginMain .LoginMain .loginBtn input:hover{filter:alpha(opacity=90);-moz-opacity:0.9; opacity:0.9;}

#popUpLoginMain .MoreInfo{overflow:hidden;zoom:1;margin-top:10px;}
#popUpLoginMain .MoreInfo a{color:#666;text-decoration:underline;font-size:12px;text-align:center;}
#popUpLoginMain .MoreInfo a:hover{color:#f00}
#popUpLoginMain .MoreInfo div{float:left;margin-left:20px}
#popUpLoginMain .MoreInfo div#loginRegister a{color:#f00}
#popUpLoginMain .MoreInfo div#loginRegister{margin-left:88px;}

/*需要更换的颜色值的*/
.PopUpLoginStyle_1 #popUpLogin-t a.modFontColor:hover{color:#1490FD;}
.PopUpLoginStyle_1 .modBgColor{background:#1490FD}

.squareButton { width: 100%; height:32px; background: #fff; color: #333; box-sizing: border-box; border: 1px solid #ccc; border-radius: 4px; font-size: 14px; cursor: pointer; transition: all ease-in .1s; -webkit-transition: all ease-in .1s; -moz-transition: all ease-in .1s; -o-transition: all ease-in .1s; }
.squareButton { width: 100%; height:32px; background: #fff; color: #333; box-sizing: border-box; border: 1px solid #ccc; border-radius: 4px; font-size: 14px; cursor: pointer; transition: all ease-in .1s; -webkit-transition: all ease-in .1s; -moz-transition: all ease-in .1s; -o-transition: all ease-in .1s; }
.squareButton { width: 100%; height:32px; background: #fff; color: #333; box-sizing: border-box; border: 1px solid #ccc; border-radius: 4px; font-size: 14px; cursor: pointer; transition: all ease-in .1s; -webkit-transition: all ease-in .1s; -moz-transition: all ease-in .1s; -o-transition: all ease-in .1s; }
.squareButton { width: 100%; height:32px; background: #fff; color: #333; box-sizing: border-box; border: 1px solid #ccc; border-radius: 4px; font-size: 14px; cursor: pointer; transition: all ease-in .1s; -webkit-transition: all ease-in .1s; -moz-transition: all ease-in .1s; -o-transition: all ease-in .1s; }
.squareButton { width: 100%; height:32px; background: #fff; color: #333; box-sizing: border-box; border: 1px solid #ccc; border-radius: 4px; font-size: 14px; cursor: pointer; transition: all ease-in .1s; -webkit-transition: all ease-in .1s; -moz-transition: all ease-in .1s; -o-transition: all ease-in .1s; }
.squareButton { width: 100%; height:32px; background: #fff; color: #333; box-sizing: border-box; border: 1px solid #ccc; border-radius: 4px; font-size: 14px; cursor: pointer; transition: all ease-in .1s; -webkit-transition: all ease-in .1s; -moz-transition: all ease-in .1s; -o-transition: all ease-in .1s; }
.squareButton { width: 100%; height:32px; background: #fff; color: #333; box-sizing: border-box; border: 1px solid #ccc; border-radius: 4px; font-size: 14px; cursor: pointer; transition: all ease-in .1s; -webkit-transition: all ease-in .1s; -moz-transition: all ease-in .1s; -o-transition: all ease-in .1s; }
.squareButton { width: 100%; height:32px; background: #fff; color: #333; box-sizing: border-box; border: 1px solid #ccc; border-radius: 4px; font-size: 14px; cursor: pointer; transition: all ease-in .1s; -webkit-transition: all ease-in .1s; -moz-transition: all ease-in .1s; -o-transition: all ease-in .1s; }
.squareButton { width: 100%; height:32px; background: #fff; color: #333; box-sizing: border-box; border: 1px solid #ccc; border-radius: 4px; font-size: 14px; cursor: pointer; transition: all ease-in .1s; -webkit-transition: all ease-in .1s; -moz-transition: all ease-in .1s; -o-transition: all ease-in .1s; }
.squareButton { width: 100%; height:32px; background: #fff; color: #333; box-sizing: border-box; border: 1px solid #ccc; border-radius: 4px; font-size: 14px; cursor: pointer; transition: all ease-in .1s; -webkit-transition: all ease-in .1s; -moz-transition: all ease-in .1s; -o-transition: all ease-in .1s; }
.squareButton { width: 100%; height:32px; background: #fff; color: #333; box-sizing: border-box; border: 1px solid #ccc; border-radius: 4px; font-size: 14px; cursor: pointer; transition: all ease-in .1s; -webkit-transition: all ease-in .1s; -moz-transition: all ease-in .1s; -o-transition: all ease-in .1s; }
.squareButton { width: 100%; height:32px; background: #fff; color: #333; box-sizing: border-box; border: 1px solid #ccc; border-radius: 4px; font-size: 14px; cursor: pointer; transition: all ease-in .1s; -webkit-transition: all ease-in .1s; -moz-transition: all ease-in .1s; -o-transition: all ease-in .1s; }
.squareButton { width: 100%; height:32px; background: #fff; color: #333; box-sizing: border-box; border: 1px solid #ccc; border-radius: 4px; font-size: 14px; cursor: pointer; transition: all ease-in .1s; -webkit-transition: all ease-in .1s; -moz-transition: all ease-in .1s; -o-transition: all ease-in .1s; }
.squareButton { width: 100%; height:32px; background: #fff; color: #333; box-sizing: border-box; border: 1px solid #ccc; border-radius: 4px; font-size: 14px; cursor: pointer; transition: all ease-in .1s; -webkit-transition: all ease-in .1s; -moz-transition: all ease-in .1s; -o-transition: all ease-in .1s; }
.squareButton { width: 100%; height:32px; background: #fff; color: #333; box-sizing: border-box; border: 1px solid #ccc; border-radius: 4px; font-size: 14px; cursor: pointer; transition: all ease-in .1s; -webkit-transition: all ease-in .1s; -moz-transition: all ease-in .1s; -o-transition: all ease-in .1s; }
.squareButton { width: 100%; height:32px; background: #fff; color: #333; box-sizing: border-box; border: 1px solid #ccc; border-radius: 4px; font-size: 14px; cursor: pointer; transition: all ease-in .1s; -webkit-transition: all ease-in .1s; -moz-transition: all ease-in .1s; -o-transition: all ease-in .1s; }
/*菜单样式*/
.menuStyle_13{width:100%; position:relative;}
.menuStyle_13 *{box-sizing: border-box;}
.menuStyle_13 .miniMenu *,
.menuStyle_13 .menuUl li *{
	-webkit-transition-duration:.2s; -moz-transition-duration:.2s; -o-transition-duration:.2s; transition-duration:.2s;
	-webkit-transition-property:background,height,padding; -moz-transition-property:background,height,padding; -moz-transition-property:background,height,padding; transition-property:background,height,padding;
	-webkit-transition-timing-function:ease-out; -moz-transition-timing-function:ease-out; -o-transition-timing-function:ease-out; transition-timing-function:ease-out;
}
.menuStyle_13 .dflex{display: -webkit-box;display: -webkit-flex;display: -ms-flexbox;display: flex;-webkit-box-align: center;-webkit-align-items: center;-ms-flex-align: center;align-items: center;}
.menuStyle_13 .rflex{-webkit-box-flex: 1;-webkit-flex: 1;-ms-flex: 1;flex: 1; float: left\0;}
.menuStyle_13 ul,.menuStyle_13 li{padding:0;margin:0px;list-style:none}
.menuStyle_13 .menuLayout{position:relative; margin:0 auto;width:100%;}
.menuStyle_13 .menuLayout:after{content:''; display:block; clear:both;}
.menuStyle_13 .menuUl_box{position:relative; width:100%; text-align:center;}
.menuStyle_13 .menuUl{position:relative; width:100%; text-align:center;}
.menuStyle_13 .menuUl>li{position:relative;}
.menuStyle_13 .menuUl>li>a{position: relative; text-decoration:none;font-size:14px; box-sizing:border-box; display:block;text-align:center; letter-spacing:normal; white-space:nowrap; color: #333; padding: 10px 0; padding: 10px 1em\0;}
.menuStyle_13 .menuUl>li>a:hover{background: rgba(0,0,0,.05);}
.menuStyle_13 .menuUl #hot>a{color:#fff; background: #2d93ff;}
.menuStyle_13 .menuUl>li>a span{display:block; width: 100%; text-align: center; color: rgba(0,0,0,.3); font-size: 12px;}
.menuStyle_13 .menuUl #hot>a span{color:inherit;}
/*.menuStyle_13 .menuUl>li>a i{position: absolute; right: 10px; top: 50%; -webkit-transform: translateY(-50%); -o-transform: translateY(-50%); -moz-transform: translateY(-50%); transform: translateY(-50%);}*/
.menuStyle_13 .menuLayout .miniMenu{display:none;}
.menuStyle_13 .menuUl02 {position: absolute; left: 50%; opacity: 0; display: none; background: #fff; width: 100%; height: 0; box-shadow: 2px 5px 8px rgba(0,0,0,0.2); transform: translate(-50%,0); -webkit-transform: translate(-50%,0); -moz-transform: translate(-50%,0); -o-transform: translate(-50%,0);}
.menuStyle_13 .menuUl>li>#menuLogo{height: 85%;}

.menuStyle_13 .menuUl .rflex:hover .menuUl02{opacity: 1; display: block; height: auto;}
.menuStyle_13 .menuUl.noHover .rflex:hover .menuUl02{display: none;}

.menuStyle_13 .menuUl02 .subMenu02 { float: none; position: relative;color: #4d5158; font-size:14px; line-height: 40px; padding: 0 15px;}
.menuStyle_13 .menuUl02 .subMenu02.subCurSet{background: #2f94ff; color: #fff;}
.menuStyle_13 .menuUl02 .subMenu02>a { display: block; white-space: nowrap; overflow: hidden; text-overflow: ellipsis;color: inherit; font-size:inherit; line-height: inherit;}
.menuStyle_13 .menuUl02 .subMenu02:hover {background: #2d93ff; color: #fff;}
.menuStyle_13 .menuUl02 .subMenu02>a .fa{float: right; line-height: inherit;}
.menuStyle_13 .menuUl02 .subMenu02:hover .menuUl03{display: block;}
.menuStyle_13 .menuUl03{position: absolute; background: #2f94ff; /*left需要js获取二级的宽*/ top: 0; display: none; box-shadow: 2px 4px 5px rgba(0, 0, 0, 0.22);}
.menuStyle_13 .menuUl03 .subMenu03{color: #fff; padding: 0 15px; line-height: 40px;}
.menuStyle_13 .menuUl03 .subMenu03:hover{background:rgba(0, 0, 0, 0.1);}
.menuStyle_13 .menuUl03 .subMenu03>a{ color: inherit; display: block; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.menuStyle_13 .menuUl03 .subMenu03.thrCurSet{background: rgba(0, 0, 0, 0.1);}
.menuStyle_13 .rflex { position: relative;}
.menuStyle_13 .maxWidth{margin: auto;}

.menuStyle_13 .subBox{position: absolute; left: 0; /*top通过JS获取菜单高度*/ width: 100%; background: rgba(238, 238, 238, 0.85); display: none;}
.menuStyle_13 .subBox .subBoxContent{padding: 15px; text-align: left; overflow: hidden;}
.menuStyle_13 .subBox .subBoxContent .subItems{overflow: hidden; display: none;}
.menuStyle_13 .subBox .sublm{float: left; width: calc(100% - 440px); min-height: 10px;}
.menuStyle_13 .subBox .sublm>div{clear: both; overflow: hidden; margin: 8px 0;}
.menuStyle_13 .subBox .subImgsbox{float: left; width: 440px;/*这个宽可被设置*/ height: 160px;}
.menuStyle_13 .subBox .subImgsbox>a{display: block; height: 100%; float: right; width: calc((100% - 20px)/2); margin-left: 20px;}
.menuStyle_13 .subBox .subImgsbox>a:last-child{margin-left: 0;}
.menuStyle_13 .subBox .subImgsbox>a>div.subImg{ position: relative; height: 100%; overflow: hidden; background-repeat: no-repeat; background-size: cover !important;}
.menuStyle_13 .subBox .subImgsbox>a>div.subImg span{position: absolute; bottom: 0; left: 0; width: 100%; display: block; padding: 5px; background: rgba(255,255,255,.8); color: #333; font-size: 12px;}
.menuStyle_13 .subBox p{overflow: hidden; float: left;}
.menuStyle_13 .subBox p:first-child{margin-right: 10px; width: 100px;}
.menuStyle_13 .subBox p:last-child{width: calc(100% - 110px);}
.menuStyle_13 .subBox .subMenu02{font-size: 14px; margin-bottom: 5px; clear: both; color: #333; line-height: 28px;}
.menuStyle_13 .subBox .subMenu02.subCurSet{color: #2d93ff;}
.menuStyle_13 .subBox .subMenu02:hover,
.menuStyle_13 .subBox .subMenu02:active{color: #2d93ff;}
.menuStyle_13 .subBox .subMenu03{float: left; margin: 5px 20px 5px 0; font-size: 12px; color: #666;}
.menuStyle_13 .subBox .subMenu03:hover,
.menuStyle_13 .subBox .subMenu03:active{color: #2d93ff;}
.menuStyle_13 .subBox .subMenu03.thrCurSet{color: #2d93ff;}


/*图标*/
.menuStyle_13 .imgIco{vertical-align: middle; display:inline-block; overflow:hidden; position:relative; padding:15px;  box-sizing:border-box; -webkit-box-sizing:border-box; -moz-box-sizing:border-box; -ms-box-sizing:border-box; -o-box-sizing:border-box;}
.menuStyle_13 .imgIco img{width:auto; height:100%; vertical-align: top;  position:absolute; top:50%; left:50%;  transform:translateY(-50%) translateX(-50%); -webkit-transform:translateY(-50%) translateX(-50%); -moz-transform:translateY(-50%) translateX(-50%); -ms-transform:translateY(-50%) translateX(-50%); -o-transform:translateY(-50%);}



@media screen and (max-width:640px) {
.menuStyle_13 .imgIco{ margin-right:10px;}
.menuStyle_13 .menuUl,
.menuStyle_13 .menuUl_box {display:none;}
.menuStyle_13 .menuScroll{height: calc(100% - 100px); width: 100%;}
.menuStyle_13 .menuScroll>.menuUlCopy{width:100%; height: 100%; overflow-x: hidden; overflow-y: scroll; }
.menuStyle_13 .menuLayout .miniMenu{display:block; position:relative; overflow:hidden; width: 100%; height:44px;}
.menuStyle_13 .miniMenu .leftBox{height: 100%}
.menuStyle_13 .miniMenu .leftBox .sidebar{font-size:24px; line-height:44px; font-weight:normal;cursor:pointer;color:#4d5158; position:absolute; top:0; right:0px; width:44px; text-align:center;}
.menuStyle_13 .miniMenu .leftBox .sidebar .fa{font-size: inherit; line-height: inherit; color: inherit;}
.menuStyle_13 .miniMenu .leftBox .nav{width:100%; height:44px; }
.menuStyle_13 .miniMenu.Mslide .leftBox .nav{border-bottom: 1px solid rgba(0,0,0,.05);}
.menuStyle_13 .miniMenu .leftBox .menuUlCopy{padding:0 0 0 30px; clear: both;}
.menuStyle_13 .miniMenu .leftBox .menuUlCopy .menuUlCopy{display: none;} 
.menuStyle_13 .miniMenu .leftBox .menuUlCopy li{width:100%; overflow: hidden; color:#fff; font-size:12px; line-height:44px;}
.menuStyle_13 .miniMenu .leftBox .menuUlCopy li a{width:calc(100% - 50px); float: left; display:block; text-align:left;color:inherit;  text-decoration:none; font-size:inherit; line-height:inherit; height: inherit; white-space: nowrap;overflow: hidden; text-overflow: ellipsis;border-bottom:1px solid rgba(0,0,0,.2);} 
.menuStyle_13 .miniMenu .leftBox .menuUlCopy li#hot>a{border-bottom: 1px solid #fff;}
.menuStyle_13 .miniMenu .leftBox .menuUlCopy li .fa{color: inherit; display: none; font-size: inherit; float: left; width: 50px; text-align: center; line-height: inherit; background: rgba(0, 0, 0, 0.1);}
.menuStyle_13 .miniMenu .leftBox .menuUlCopy li .fa:active{background: rgba(0,0,0,.3);}
.menuStyle_13 .miniMenu .leftBox .menuUlCopy li.subMenuSet.subCurSet>a,
.menuStyle_13 .miniMenu .leftBox .menuUlCopy li.thrMenuSet.thrCurSet>a{border-bottom: 1px solid #fff;}
.menuStyle_13 .menuLayout .miniMenu.Mslide{height:100% !important; height:100vh !important; background:rgba(23, 25, 29, 0.95); position: fixed; width: 100%; top: 0; left: 0; -webkit-transition: all linear .3s; -moz-transition: all linear .3s; -o-transition: all linear .3s; transition: all linear .3s;}
.menuStyle_13 .menuLayout .miniMenu.Mslide .sidebar{color:#fff; background: rgba(0,0,0,.05);}
.menuStyle_13 .menuLayout .miniMenu.Mslide .nav a{display:none !important;}
}


@media screen and (min-width:640px) {
	#dh_style_01_1514967338901 .maxWidth{max-width:px;}
	#dh_style_01_1514967338901 .subBox .sublm{width: calc(100% - (px + px) - 20px);} /*20px是两张图片间的间距*/
	#dh_style_01_1514967338901 .subBox .subImgsbox{width: calc((px + px) + 20px); height:px } /*20px是两张图片间的间距*/
	#dh_style_01_1514967338901 .menuUl>li>#menuLogo{
		height: px;
		margin-right: px;
		margin-left: px;
	}
}
/*弹窗效果*/
.PopUpLogin #popUpLogin-t ul{overflow:hidden;zoom:1;font-family:"Microsoft YaHei","verdana"}
.PopUpLogin #popUpLogin-t li{float:left;padding:0px 6px;list-style-type:none;}
/* .PopUpLogin #popUpLogin-t li.w{font-size:12px;color:#aaa;line-height:22px;} */
.PopUpLogin li>a{text-decoration:none;color: inherit;font-size: inherit;}
.PopUpLogin .shadows{background:rgba(0,0,0,0.3);width:100%;height:100%;position:fixed;top:0;left:0;z-index:2147483640;display:none;}

.PopUpLogin #userQQLi img{cursor:pointer;vertical-align:middle}
.PopUpLogin #userWXLi img{cursor:pointer}

#popUpLoginMain {display:none;background:url(/images/v8/showloginbg.png) left top no-repeat;width:490px;height:280px;padding:8px;border-radius:5px;position:fixed;top:50%;left:50%;margin:-140px 0 0 -245px;z-index:200000;opacity:0;}
#popUpLoginMain .LoginMain{background:#fff;height:240px;border-radius:5px;padding:15px 25px 25px 25px}
#popUpLoginMain .closepopUp{float:right;margin: -5px -5px 0 0;width:30px;height:30px;}

#popUpLoginMain #uLoginName{font-size:18px;font-weight:normal;font-family:"Microsoft Yahei","verdana";border-bottom:1px solid #ddd;margin-bottom:20px;line-height:45px}
#popUpLoginMain .LoginMain li{color:#666;font-size:14px;;margin-bottom:18px;}
#popUpLoginMain .LoginMain li .input{border:1px solid #8C96A1;border-radius:3px 3px;height:35px;line-height:35px;width:357px;margin-left:15px;padding:0px;text-indent:10px}
#popUpLoginMain .LoginMain .loginBtn{padding-left:71px;margin-bottom:2px}
#popUpLoginMain .LoginMain .loginBtn input{width:359px;border-radius:3px 3px;height:37px;line-height:35px;color:#fff;border:0px;padding:0px;font-family:"Microsoft Yahei","verdana";font-size:16px;cursor:pointer}
#popUpLoginMain .LoginMain .loginBtn input:hover{filter:alpha(opacity=90);-moz-opacity:0.9; opacity:0.9;}

.PopUpLogin .Login_after a{font-size: inherit;}

#popUpLoginMain .MoreInfo{overflow:hidden;zoom:1;margin-top:10px;}
#popUpLoginMain .MoreInfo a{color:#666;text-decoration:underline;text-align:center;}
#popUpLoginMain .MoreInfo a:hover{color:#f00}
#popUpLoginMain .MoreInfo div{float:left;margin-left:20px}
#popUpLoginMain .MoreInfo div#loginRegister a{color:#f00}
#popUpLoginMain .MoreInfo div#loginRegister{margin-left:88px;}

/*需要更换的颜色值的*/
.PopUpLoginStyle_1 #popUpLogin-t a.modFontColor:hover{color:#1490FD;}
.PopUpLoginStyle_1 .modBgColor{background:#1490FD}
/*多语言链接样式*/
.lang-list {
    padding: 8px 15px;
}
.lang-list > .lang-item + .lang-item:before {
    content: "|\00a0";
    padding: 0 5px;
    /* color: #cccccc; */
}
.lang-list > .lang-item {
    font-size:14px;
}.logoStyle *{box-sizing: border-box;}
.logoStyle { height:100%; width:100%; overflow: hidden; box-sizing: border-box;}
.logoStyle>a{overflow: hidden; width: 100%; height: 100%; display: block;}
.logoName{white-space: nowrap;} 
/* position: relative;top: 50%; transform: translateY(-50%); -webkit-transform: translateY(-50%); float: right;*/

/* banner样式 */

.bannerStyle_1{width:100%; height:100%; position:relative;}
.bannerStyle_1 .main_visual{height:100%; overflow:hidden; position:relative; }

.bannerStyle_1 .main_image{height:100%; overflow:hidden; position:relative; }

/* 圆点 */
.bannerStyle_1 div.flicking_con{position:absolute; bottom:20px; left:0; z-index:999; width:100%; height:14px; text-align:center; z-index: 105;}
.bannerStyle_1 div.flicking_con a{width:14px; height:14px; padding:0; background:none; border:1px solid white; display:inline-block; box-sizing:border-box; margin:0 3px; border-radius:100%; }
.bannerStyle_1 div.flicking_con a.on{background:white; border:0;}

/* 左右按钮 */
.bannerStyle_1 .btn_prev,.bannerStyle_1 .btn_next{z-index:11111; position:absolute; width:73px; height:74px; top:50%; -webkit-transform: translateY(-50%); -moz-transform: translateY(-50%); -o-transform: translateY(-50%); transform: translateY(-50%); display:none; }
.bannerStyle_1 .btn_prev{background:url(../img/banner/style_01/hover_left.png) no-repeat left top; left:20px; background-size: 80%;}
.bannerStyle_1 .btn_next{background:url(../img/banner/style_01/hover_right.png) no-repeat right top; right:20px; background-size: 80%;}

/* 遮罩面板 */
.bannerStyle_1 .ground_glass{display:none; position:absolute; top:0; left:0; opacity:0; width:100%; height:100%; z-index:998; background-color:#fff;}

@media screen and  (min-width:326px) and (max-width:767px){
	.bannerStyle_1 div.flicking_con a{width: 9px; height: 9px;}
}
@media screen and  (max-width:640px){
	.bannerStyle_1 div.flicking_con a{width: 9px; height: 9px;}
	.bannerStyle_1 .btn_prev, .bannerStyle_1 .btn_next{width:53px; height:54px;}
}

/* 默认 动画效果 */
.bannerStyle_1 .main_image .img-list{width:100%; height:100%; overflow:hidden; position:absolute; top:0; left:0}
.bannerStyle_1 .main_image .img-item{position:absolute; width:100%; height:100%; display:block; top:0;}
.bannerStyle_1 .main_image .img-item span{display:block; width:100%; height:100%; background-size:cover !important;}
.bannerStyle_1 .main_image .img-item a{display:block; width:100%; height:100%; overflow: hidden;}

/* 3D矩形旋转 动画效果 */
.bannerStyle_1.rotate-3d .img-part{
	position: absolute;
	top: 0;
	width: calc(20% + 1px);	/* [注意] 修改为总宽度 / 动画块个数 */
	height: 100%;
	background-color: #fff;
	transition: all .7s;
	/* 设置子元素在3D空间中呈现 */
	transform-style: preserve-3d;
}
.bannerStyle_1.rotate-3d .img-part .img{
	width: 100%;
	height: 100%;
	position: absolute;
	background-size: 500% auto;	/* [注意] 宽度 为 动画块个数 * 100%, 这样图片可以分若干份后始终100%, 如果不需要这样, 可以设置为cover */
}
.bannerStyle_1.rotate-3d .img-part .img:nth-child(1){
	transform: rotateX(0deg) translateZ(150px);
}
.bannerStyle_1.rotate-3d .img-part .img:nth-child(2){
	transform: rotateX(-90deg) translateZ(150px);
}
.bannerStyle_1.rotate-3d .img-part .img:nth-child(3){
	transform: rotateX(-180deg) translateZ(150px);
}
.bannerStyle_1.rotate-3d .img-part .img:nth-child(4){
	transform: rotateX(-270deg) translateZ(150px);
}


.img_url{ position:absolute; width:100%; height:100%; left:0; top:0; display:block; z-index: 100;}
            #banner_style_01_1517390362774 .bannerStyle_1 .main_image .img-item .img_0{background: url('../img/upimages/201903111412586.jpg') center top no-repeat;}
                #banner_style_01_1517390362774 .bannerStyle_1 .main_image .img-item .img_1{background: url('../img/upimages/20180716175835789.jpg') center top no-repeat;}
                #banner_style_01_1517390362774 .bannerStyle_1 .ground_glass{}
    .newscateStyle_2{clear: both; width: 100%;}
.newscateStyle_2 *{transition: all ease-out .2s; -webkit-transition: all ease-out .2s; -moz-transition: all ease-out .2s; -moz-transition: all ease-out .2s; -o-transition: all ease-out .2s; box-sizing: border-box;}
.newscateStyle_2>ul>li>a, .newscateStyle_2 .subCateUl>ul>li>a, .newscateStyle_2 .subCateUl2>li>a{color: inherit; line-height: inherit; height: inherit; white-space: nowrap;}

@media screen and (min-width:768px){
.newscateStyle_2 i{margin-left: 5px;}
.newscateStyle_2>ul{position: relative; display: -webkit-box;-webkit-box-align: center;-webkit-align-items: center;-ms-flex-align: center;align-items: center; background: #fff; box-shadow: 0 0 10px rgba(0,0,0,.2);}
.newscateStyle_2>ul>li{-webkit-box-flex: 1;-webkit-flex: 1;-ms-flex: 1;flex: 1; color: #333; height: auto !important; font-size: 14px; line-height: 36px; text-align: center;  white-space: nowrap; overflow: hidden; text-overflow: ellipsis;}
.newscateStyle_2>ul>li:hover .subCateUl{height: auto !important; overflow: visible;}
.newscateStyle_2>ul>li:hover .subCateUl>ul{padding-top: 10px;}
.newscateStyle_2 .subCateUl{position: absolute; width:100%; left: 0; height: 0; overflow: hidden;}
.newscateStyle_2 .subCateUl>ul{display: -webkit-box;/*display: -webkit-flex;display: -ms-flexbox;display: flex;*/-webkit-box-align: center;-webkit-align-items: center;-ms-flex-align: center;align-items: flex-start; background: #fff; box-shadow: 0 0 10px rgba(0,0,0,.2); padding:0 10px 10px 10px; width: 100%; margin-top: 10px;}
.newscateStyle_2 .subCateUl>ul>li{position: relative; -webkit-box-flex: 1;-webkit-flex: 1;-ms-flex: 1;flex: 1; color: #333; font-size: 14px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis;}
.newscateStyle_2 .subCateUl2{position: relative; left: 0; margin-top: 15px;}
.newscateStyle_2 .subCateUl2>li{font-size: 12px; line-height: 24px; color: #666; white-space: nowrap; overflow: hidden; text-overflow: ellipsis;}
}
@media screen and (max-width:767px){
.newscateStyle_2 i{display: none;}	
.newscateStyle_2>ul{width: 100%;}
.newscateStyle_2>ul>li{width: 100%; clear: both; font-size: 14px; line-height: 28px; color: #0da3b4; font-family: microsoft yahei; background: #fff; margin-bottom: 5px; border-bottom:1px solid #eee; padding: 0 10px;}
.newscateStyle_2>ul>li:after{content: ''; display: block; clear: both;}
.newscateStyle_2 .subCateUl{}
.newscateStyle_2 .subCateUl>ul{overflow: hidden;}
.newscateStyle_2 .subCateUl>ul>li{width: 100%; clear: both; font-weight: bold; font-size: 12px; line-height: 24px;}
.newscateStyle_2 .subCateUl>ul>li>a{float: left; width: 25%; overflow: hidden; text-overflow: ellipsis; white-space: nowrap;}
.newscateStyle_2 .subCateUl2{float: left; width:75%;}
.newscateStyle_2 .subCateUl2>li{float: left; margin-right: 5px; margin-bottom: 5px; font-size: 12px; line-height: 24px; padding: 0 6px; border-radius: 12px; background: #eee; color: #333;}

}.searchStyle_1{position: relative;min-width: 200px;}
.searchStyle_1 *{box-sizing: border-box; transition:all ease .2s; -webkit-transition:all ease .2s; -moz-transition:all ease .2s; -o-transition:all ease .2s; -webkit-appearance:none ;
-moz-appearance:none ;
appearance: none;}
.searchStyle_1 .searchForm{width: 100%; border-radius: 0;box-sizing: border-box;}
.searchStyle_1 .searchForm .search-btn{float: right; width:20%; text-align: center; height: 40px; background: none; font-size: 14px;color: #333; border:1px solid #666; outline: none; cursor: pointer; border-left: 0;}
.searchStyle_1 .searchForm .search_input{width: 80%; outline: none; padding-left:45px; height:40px; font-size: 14px;color: #333; border:1px solid #666; }
.searchPos-r{position: relative;}
.searchPos-r i{position: absolute; top:20px; left: 0; font-size: 20px; color: #999; transform: translateY(-50%); -webkit-transform: translateY(-50%); -moz-transform: translateY(-50%); -o-transform: translateY(-50%); -ms-transform: translateY(-50%);}
.keyWord{margin-top: 5px;}
.keyWord a{font-size: 14px; color: #666; margin-right: 5px;display:inline-block;}
@media screen and (max-width: 768px) {
.searchStyle_1 .searchForm .search-btn, .searchStyle_1 .searchForm .search_input{height: 32px;}

}

.squareButton { width: 100%; height:32px; background: #fff; color: #333; box-sizing: border-box; border: 1px solid #ccc; border-radius: 4px; font-size: 14px; cursor: pointer; transition: all ease-in .1s; -webkit-transition: all ease-in .1s; -moz-transition: all ease-in .1s; -o-transition: all ease-in .1s; }/*新闻列表样式*/
.boxNewsListStyle_7{position: relative; width:100%; height: 100%; clear: both;}
.boxNewsListStyle_7 *{transition: all ease .2s; -webkit-transition: all ease .2s; -moz-transition: all ease .2s; -o-transition: all ease .2s; box-sizing:border-box;}
.boxNewsListStyle_7 ul{position: relative; width: 100%; height: 100%;}
.boxNewsListStyle_7 ul li{position: absolute; left: 0; top: 0; width:100%; height: 100%; display: none;}
.boxNewsListStyle_7 .newPic{position:relative; width:100%; background: #eee; overflow:hidden;}
.boxNewsListStyle_7 .newPic img{position:absolute; top:0; left:0; width:100%; height: auto;}
.boxNewsListStyle_7 .newPic .zTm{margin-top:75%;}
.boxNewsListStyle_7 .newCont{position: absolute; left: 0; bottom: 10%; width: 80%; height: auto; background: rgba(0,0,0,.4); padding: 8px;}
.boxNewsListStyle_7 .newCont .newTitle{ line-height: 28px; font-size: 14px; text-align: left; width: 100%;}
.boxNewsListStyle_7 .newCont .newTitle a{color: inherit; line-height: inherit; font-size: inherit; display: block; text-align: inherit;}
.boxNewsListStyle_7 .newCont .newDetail{font-size: 12px; line-height: 24px; color: #eee;}
.boxNewsListStyle_7 .newFocus{position: absolute; bottom: 0; right: 0;}
.boxNewsListStyle_7 .newFocus a{display: inline-block; width: 18px; height: 18px; line-height: 18px; font-size: 12px; color: #fff; text-align: center; background: #000; margin-right: -3px;}
.boxNewsListStyle_7 .newFocus a.cur{background: #eee; color: #000;}

	#newsList_style_07_1515513815143 .newDetail.pc {display:block;}
	#newsList_style_07_1515513815143 .newDetail.pad, #newsList_style_07_1515513815143 .newDetail.mobile {display:none;}
	@media screen and (min-width:641px) and (max-width:1200px) {
		#newsList_style_07_1515513815143 .newDetail.pad {display:block;}
		#newsList_style_07_1515513815143 .newDetail.pc, #newsList_style_07_1515513815143 .newDetail.mobile {display:none;}
	}
	@media screen and (max-width:640px) {
		#newsList_style_07_1515513815143 .newDetail.mobile {display:block;}
		#newsList_style_07_1515513815143 .newDetail.pc, #newsList_style_07_1515513815143 .newDetail.pad {display:none;}
	}

@media screen and (min-width: 1025px) {
}
@media screen and (min-width: 640px) and (max-width: 1024px) {
}

@media screen and (max-width: 640px) {
}

/*新闻列表样式*/
.boxNewsListStyle_6{width:100%; clear: both;}
.boxNewsListStyle_6 *{transition: all ease .2s; -webkit-transition: all ease .2s; -moz-transition: all ease .2s; -o-transition: all ease .2s; box-sizing: border-box;}
.boxNewsListStyle_6 li{clear:both;width:100%; list-style:none; margin-bottom:10px; border-bottom:1px solid #eee; background: #fff; box-sizing:border-box; overflow: hidden;}
.boxNewsListStyle_6 .sumary_list .newCont{width:100%; box-sizing:border-box; float: left;}
.boxNewsListStyle_6 .sumary_list .newCont .newTitle{width:100%;}
.boxNewsListStyle_6 .sumary_list .newName{}
.boxNewsListStyle_6 .sumary_list .newName a{ text-decoration:none; line-height:1.4; font-size:16px; color: #333;}
.boxNewsListStyle_6 .sumary_list .newName a:hover{}
.boxNewsListStyle_6 .sumary_list .newSort{color:#fff; font-size:12px; white-space: nowrap; padding:0 1em; height: 24px; line-height: 24px; background:#4dc0f8; margin-right:10px; float:left;}
.boxNewsListStyle_6 .sumary_list .newsTime{text-align:right;color:#aaa; font-size:16px; white-space:nowrap;}
.boxNewsListStyle_6 .sumary_list .newsTime span{white-space: nowrap;}
.boxNewsListStyle_6 .sumary_list .newDetail{width:100%; padding:1em 0 0; color:#aaa; font-size:12px; line-height:1.6;overflow:hidden; text-overflow:ellipsis; display:-webkit-box;-webkit-line-clamp:2; -webkit-box-orient:vertical;}


/*分页*/
.boxNewsListStyle_6 .page_btn{clear: both; margin-top: 20px; width: 100%; text-align: center;}
.boxNewsListStyle_6 .page_btn a{display: inline-block; color: #333; box-sizing: border-box; margin: 0 5px; width: 24px; height: 24px; line-height: 24px; border: 1px solid #ccc; font-family: 'microsoft YaHei';}
.boxNewsListStyle_6 .page_btn a.cur,.boxNewsListStyle_6 .page_btn a:hover{border:1px solid #4c4c4c;}
.boxNewsListStyle_6 .prev_btn,.boxNewsListStyle_6 .next_btn{font-family: '黑体' !important; border: 0 !important;}
.boxNewsListStyle_6 .no_page{border: 0 !important;}


/*alex---后期加的图片样式*/
.boxNewsListStyle_6 .newPic{background-color: #eee;width:110px; ;margin:0 10px 10px 0;overflow:hidden; position:relative; box-sizing:border-box; float:left; }
.boxNewsListStyle_6 .newPic a{display: block; position: absolute; left: 0; width: 100%;}
.boxNewsListStyle_6 .newPic img{width:100%;}
.boxNewsListStyle_6 .newPic2{display: none;}
.boxNewsListStyle_6 .show_all{ margin-top:.5em;float: left;}
.boxNewsListStyle_6 .show_all a{display:block; margin-top:.4em; text-decoration:none; border:1px solid #ddd; text-align:center; padding:.4em 1em; font-size:12px;  color:#666; }
.boxNewsListStyle_6 .newSort{display: block;color:#999;}


@media screen and (max-width:991px){
}
@media screen and (max-width:768px){
.boxNewsListStyle_6 .sumary_list .newName a{font-size:14px;}
.boxNewsListStyle_6 .sumary_list .newsTime{font-size:14px;}

.boxNewsListStyle_6  .newPic{width:100%;float:none;margin-bottom: 6px;}
.boxNewsListStyle_6 .show_all{width:40%;min-width: 160px; }


}

}
@media screen and (max-width:480px){
.boxNewsListStyle_6 .sumary_list .newName a{font-size:12px;}
.boxNewsListStyle_6 .sumary_list .newsTime{font-size:12px;}
}


	#newsList_style_06_1515513824187 .newDetail.pc {display:block;}
	#newsList_style_06_1515513824187 .newDetail.pad, #newsList_style_06_1515513824187 .newDetail.mobile {display:none;}
	@media screen and (min-width:641px) and (max-width:1200px) {
		#newsList_style_06_1515513824187 .newDetail.pad {display:block;}
		#newsList_style_06_1515513824187 .newDetail.pc, #newsList_style_06_1515513824187 .newDetail.mobile {display:none;}
	}
	@media screen and (max-width:640px) {
		#newsList_style_06_1515513824187 .newDetail.mobile {display:block;}
		#newsList_style_06_1515513824187 .newDetail.pc, #newsList_style_06_1515513824187 .newDetail.pad {display:none;}
	}

@media screen and (min-width: 1025px) {
	#newsList_style_06_1515513824187 .newPic{width: 0px;}
	#newsList_style_06_1515513824187 .sumary_list .newCont{width: calc(100% - 0px - 10px);}
}
@media screen and (min-width: 640px) and (max-width: 1024px) {
	#newsList_style_06_1515513824187 .newPic{width: 0px;}
	#newsList_style_06_1515513824187 .sumary_list .newCont{width: calc(100% - 0px - 10px);}
}

@media screen and (max-width: 640px) {
}


	#image_style_01_1515588628655 .CompatibleImg img{width:auto; height:100%; position:relative; top:0; left:50%;-webkit-transform:translate(-50%,0);-o-transform:translate(-50%,0);-moz-transform:translate(-50%,0);-ms-transform:translate(-50%,0);transform:translate(-50%,0);}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1515588628655 .CompatibleImg img{width:100%; height:100%}}@media screen and (max-width:640px) {#image_style_01_1515588628655 .CompatibleImg img{width:auto; height:100%; position:relative; top:0; left:50%;-webkit-transform:translate(-50%,0);-o-transform:translate(-50%,0);-moz-transform:translate(-50%,0);-ms-transform:translate(-50%,0);transform:translate(-50%,0);}}
.imgStyle { height:100%; width:100%; overflow: hidden; box-sizing: border-box;}
.imgStyle>a{overflow: hidden; width: 100%; height: 100%;}
.imgStyle img{box-sizing: border-box;}
.squareButton { width: 100%; height:32px; background: #fff; color: #333; box-sizing: border-box; border: 1px solid #ccc; border-radius: 4px; font-size: 14px; cursor: pointer; transition: all ease-in .1s; -webkit-transition: all ease-in .1s; -moz-transition: all ease-in .1s; -o-transition: all ease-in .1s; }
	#image_style_01_1521253018184 .CompatibleImg img{width:auto; height:100%; position:relative; top:0; left:50%;-webkit-transform:translate(-50%,0);-o-transform:translate(-50%,0);-moz-transform:translate(-50%,0);-ms-transform:translate(-50%,0);transform:translate(-50%,0);}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1521253018184 .CompatibleImg img{width:100%; height:100%}}@media screen and (max-width:640px) {#image_style_01_1521253018184 .CompatibleImg img{width:auto; height:100%; position:relative; top:0; left:50%;-webkit-transform:translate(-50%,0);-o-transform:translate(-50%,0);-moz-transform:translate(-50%,0);-ms-transform:translate(-50%,0);transform:translate(-50%,0);}}
.imgStyle { height:100%; width:100%; overflow: hidden; box-sizing: border-box;}
.imgStyle>a{overflow: hidden; width: 100%; height: 100%;}
.imgStyle img{box-sizing: border-box;}

	#image_style_01_1521253051827 .CompatibleImg img{width:auto; height:100%; position:relative; top:0; left:50%;-webkit-transform:translate(-50%,0);-o-transform:translate(-50%,0);-moz-transform:translate(-50%,0);-ms-transform:translate(-50%,0);transform:translate(-50%,0);}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1521253051827 .CompatibleImg img{width:100%; height:100%}}@media screen and (max-width:640px) {#image_style_01_1521253051827 .CompatibleImg img{width:auto; height:100%; position:relative; top:0; left:50%;-webkit-transform:translate(-50%,0);-o-transform:translate(-50%,0);-moz-transform:translate(-50%,0);-ms-transform:translate(-50%,0);transform:translate(-50%,0);}}
.imgStyle { height:100%; width:100%; overflow: hidden; box-sizing: border-box;}
.imgStyle>a{overflow: hidden; width: 100%; height: 100%;}
.imgStyle img{box-sizing: border-box;}
.squareButton { width: 100%; height:32px; background: #fff; color: #333; box-sizing: border-box; border: 1px solid #ccc; border-radius: 4px; font-size: 14px; cursor: pointer; transition: all ease-in .1s; -webkit-transition: all ease-in .1s; -moz-transition: all ease-in .1s; -o-transition: all ease-in .1s; }.squareButton { width: 100%; height:32px; background: #fff; color: #333; box-sizing: border-box; border: 1px solid #ccc; border-radius: 4px; font-size: 14px; cursor: pointer; transition: all ease-in .1s; -webkit-transition: all ease-in .1s; -moz-transition: all ease-in .1s; -o-transition: all ease-in .1s; }
	#image_style_01_1521253161055 .CompatibleImg img{width:auto; height:100%; position:relative; top:0; left:50%;-webkit-transform:translate(-50%,0);-o-transform:translate(-50%,0);-moz-transform:translate(-50%,0);-ms-transform:translate(-50%,0);transform:translate(-50%,0);}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1521253161055 .CompatibleImg img{width:100%; height:100%}}@media screen and (max-width:640px) {#image_style_01_1521253161055 .CompatibleImg img{width:auto; height:100%; position:relative; top:0; left:50%;-webkit-transform:translate(-50%,0);-o-transform:translate(-50%,0);-moz-transform:translate(-50%,0);-ms-transform:translate(-50%,0);transform:translate(-50%,0);}}
.imgStyle { height:100%; width:100%; overflow: hidden; box-sizing: border-box;}
.imgStyle>a{overflow: hidden; width: 100%; height: 100%;}
.imgStyle img{box-sizing: border-box;}

	#image_style_01_1521253173472 .CompatibleImg img{width:auto; height:100%; position:relative; top:0; left:50%;-webkit-transform:translate(-50%,0);-o-transform:translate(-50%,0);-moz-transform:translate(-50%,0);-ms-transform:translate(-50%,0);transform:translate(-50%,0);}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1521253173472 .CompatibleImg img{width:100%; height:100%}}@media screen and (max-width:640px) {#image_style_01_1521253173472 .CompatibleImg img{width:auto; height:100%; position:relative; top:0; left:50%;-webkit-transform:translate(-50%,0);-o-transform:translate(-50%,0);-moz-transform:translate(-50%,0);-ms-transform:translate(-50%,0);transform:translate(-50%,0);}}
.imgStyle { height:100%; width:100%; overflow: hidden; box-sizing: border-box;}
.imgStyle>a{overflow: hidden; width: 100%; height: 100%;}
.imgStyle img{box-sizing: border-box;}

	#image_style_01_1521253192860 .CompatibleImg img{width:auto; height:100%; position:relative; top:0; left:50%;-webkit-transform:translate(-50%,0);-o-transform:translate(-50%,0);-moz-transform:translate(-50%,0);-ms-transform:translate(-50%,0);transform:translate(-50%,0);}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1521253192860 .CompatibleImg img{width:100%; height:100%}}@media screen and (max-width:640px) {#image_style_01_1521253192860 .CompatibleImg img{width:auto; height:100%; position:relative; top:0; left:50%;-webkit-transform:translate(-50%,0);-o-transform:translate(-50%,0);-moz-transform:translate(-50%,0);-ms-transform:translate(-50%,0);transform:translate(-50%,0);}}
.imgStyle { height:100%; width:100%; overflow: hidden; box-sizing: border-box;}
.imgStyle>a{overflow: hidden; width: 100%; height: 100%;}
.imgStyle img{box-sizing: border-box;}
.squareButton { width: 100%; height:32px; background: #fff; color: #333; box-sizing: border-box; border: 1px solid #ccc; border-radius: 4px; font-size: 14px; cursor: pointer; transition: all ease-in .1s; -webkit-transition: all ease-in .1s; -moz-transition: all ease-in .1s; -o-transition: all ease-in .1s; }.squareButton { width: 100%; height:32px; background: #fff; color: #333; box-sizing: border-box; border: 1px solid #ccc; border-radius: 4px; font-size: 14px; cursor: pointer; transition: all ease-in .1s; -webkit-transition: all ease-in .1s; -moz-transition: all ease-in .1s; -o-transition: all ease-in .1s; }.squareButton { width: 100%; height:32px; background: #fff; color: #333; box-sizing: border-box; border: 1px solid #ccc; border-radius: 4px; font-size: 14px; cursor: pointer; transition: all ease-in .1s; -webkit-transition: all ease-in .1s; -moz-transition: all ease-in .1s; -o-transition: all ease-in .1s; }.squareButton { width: 100%; height:32px; background: #fff; color: #333; box-sizing: border-box; border: 1px solid #ccc; border-radius: 4px; font-size: 14px; cursor: pointer; transition: all ease-in .1s; -webkit-transition: all ease-in .1s; -moz-transition: all ease-in .1s; -o-transition: all ease-in .1s; }.squareButton { width: 100%; height:32px; background: #fff; color: #333; box-sizing: border-box; border: 1px solid #ccc; border-radius: 4px; font-size: 14px; cursor: pointer; transition: all ease-in .1s; -webkit-transition: all ease-in .1s; -moz-transition: all ease-in .1s; -o-transition: all ease-in .1s; }.squareButton { width: 100%; height:32px; background: #fff; color: #333; box-sizing: border-box; border: 1px solid #ccc; border-radius: 4px; font-size: 14px; cursor: pointer; transition: all ease-in .1s; -webkit-transition: all ease-in .1s; -moz-transition: all ease-in .1s; -o-transition: all ease-in .1s; }
	#image_style_01_1515590995947 .CompatibleImg img{width:auto; height:100%; position:relative; top:0; left:50%;-webkit-transform:translate(-50%,0);-o-transform:translate(-50%,0);-moz-transform:translate(-50%,0);-ms-transform:translate(-50%,0);transform:translate(-50%,0);}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1515590995947 .CompatibleImg img{width:auto; height:100%; position:relative; top:0; left:50%;-webkit-transform:translate(-50%,0);-o-transform:translate(-50%,0);-moz-transform:translate(-50%,0);-ms-transform:translate(-50%,0);transform:translate(-50%,0);}}@media screen and (max-width:640px) {#image_style_01_1515590995947 .CompatibleImg img{width:auto; height:100%; position:relative; top:0; left:50%;-webkit-transform:translate(-50%,0);-o-transform:translate(-50%,0);-moz-transform:translate(-50%,0);-ms-transform:translate(-50%,0);transform:translate(-50%,0);}}
#image_style_01_1515590995947 a{
	cursor: default;
}

.imgStyle { height:100%; width:100%; overflow: hidden; box-sizing: border-box;}
.imgStyle>a{overflow: hidden; width: 100%; height: 100%;}
.imgStyle img{box-sizing: border-box;}

	#image_style_01_1515591376008 .CompatibleImg img{width:auto; height:100%; position:relative; top:0; left:50%;-webkit-transform:translate(-50%,0);-o-transform:translate(-50%,0);-moz-transform:translate(-50%,0);-ms-transform:translate(-50%,0);transform:translate(-50%,0);}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1515591376008 .CompatibleImg img{width:auto; height:100%; position:relative; top:0; left:50%;-webkit-transform:translate(-50%,0);-o-transform:translate(-50%,0);-moz-transform:translate(-50%,0);-ms-transform:translate(-50%,0);transform:translate(-50%,0);}}@media screen and (max-width:640px) {#image_style_01_1515591376008 .CompatibleImg img{width:auto; height:100%; position:relative; top:0; left:50%;-webkit-transform:translate(-50%,0);-o-transform:translate(-50%,0);-moz-transform:translate(-50%,0);-ms-transform:translate(-50%,0);transform:translate(-50%,0);}}
#image_style_01_1515591376008 a{
	cursor: default;
}

.imgStyle { height:100%; width:100%; overflow: hidden; box-sizing: border-box;}
.imgStyle>a{overflow: hidden; width: 100%; height: 100%;}
.imgStyle img{box-sizing: border-box;}

	#image_style_01_1515592127021 .CompatibleImg img{width:auto; height:100%; position:relative; top:0; left:50%;-webkit-transform:translate(-50%,0);-o-transform:translate(-50%,0);-moz-transform:translate(-50%,0);-ms-transform:translate(-50%,0);transform:translate(-50%,0);}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1515592127021 .CompatibleImg img{width:auto; height:100%; position:relative; top:0; left:50%;-webkit-transform:translate(-50%,0);-o-transform:translate(-50%,0);-moz-transform:translate(-50%,0);-ms-transform:translate(-50%,0);transform:translate(-50%,0);}}@media screen and (max-width:640px) {#image_style_01_1515592127021 .CompatibleImg img{width:auto; height:100%; position:relative; top:0; left:50%;-webkit-transform:translate(-50%,0);-o-transform:translate(-50%,0);-moz-transform:translate(-50%,0);-ms-transform:translate(-50%,0);transform:translate(-50%,0);}}
#image_style_01_1515592127021 a{
	cursor: default;
}

.imgStyle { height:100%; width:100%; overflow: hidden; box-sizing: border-box;}
.imgStyle>a{overflow: hidden; width: 100%; height: 100%;}
.imgStyle img{box-sizing: border-box;}

	#image_style_01_1515591381463 .CompatibleImg img{width:auto; height:100%; position:relative; top:0; left:50%;-webkit-transform:translate(-50%,0);-o-transform:translate(-50%,0);-moz-transform:translate(-50%,0);-ms-transform:translate(-50%,0);transform:translate(-50%,0);}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1515591381463 .CompatibleImg img{width:auto; height:100%; position:relative; top:0; left:50%;-webkit-transform:translate(-50%,0);-o-transform:translate(-50%,0);-moz-transform:translate(-50%,0);-ms-transform:translate(-50%,0);transform:translate(-50%,0);}}@media screen and (max-width:640px) {#image_style_01_1515591381463 .CompatibleImg img{width:auto; height:100%; position:relative; top:0; left:50%;-webkit-transform:translate(-50%,0);-o-transform:translate(-50%,0);-moz-transform:translate(-50%,0);-ms-transform:translate(-50%,0);transform:translate(-50%,0);}}
#image_style_01_1515591381463 a{
	cursor: default;
}

.imgStyle { height:100%; width:100%; overflow: hidden; box-sizing: border-box;}
.imgStyle>a{overflow: hidden; width: 100%; height: 100%;}
.imgStyle img{box-sizing: border-box;}

	#image_style_01_1515592202226 .CompatibleImg img{width:auto; height:100%; position:relative; top:0; left:50%;-webkit-transform:translate(-50%,0);-o-transform:translate(-50%,0);-moz-transform:translate(-50%,0);-ms-transform:translate(-50%,0);transform:translate(-50%,0);}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1515592202226 .CompatibleImg img{width:auto; height:100%; position:relative; top:0; left:50%;-webkit-transform:translate(-50%,0);-o-transform:translate(-50%,0);-moz-transform:translate(-50%,0);-ms-transform:translate(-50%,0);transform:translate(-50%,0);}}@media screen and (max-width:640px) {#image_style_01_1515592202226 .CompatibleImg img{width:auto; height:100%; position:relative; top:0; left:50%;-webkit-transform:translate(-50%,0);-o-transform:translate(-50%,0);-moz-transform:translate(-50%,0);-ms-transform:translate(-50%,0);transform:translate(-50%,0);}}
#image_style_01_1515592202226 a{
	cursor: default;
}

.imgStyle { height:100%; width:100%; overflow: hidden; box-sizing: border-box;}
.imgStyle>a{overflow: hidden; width: 100%; height: 100%;}
.imgStyle img{box-sizing: border-box;}

	#image_style_01_1515592618234 .CompatibleImg img{width:auto; height:100%; position:relative; top:0; left:50%;-webkit-transform:translate(-50%,0);-o-transform:translate(-50%,0);-moz-transform:translate(-50%,0);-ms-transform:translate(-50%,0);transform:translate(-50%,0);}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1515592618234 .CompatibleImg img{width:auto; height:100%; position:relative; top:0; left:50%;-webkit-transform:translate(-50%,0);-o-transform:translate(-50%,0);-moz-transform:translate(-50%,0);-ms-transform:translate(-50%,0);transform:translate(-50%,0);}}@media screen and (max-width:640px) {#image_style_01_1515592618234 .CompatibleImg img{width:auto; height:100%; position:relative; top:0; left:50%;-webkit-transform:translate(-50%,0);-o-transform:translate(-50%,0);-moz-transform:translate(-50%,0);-ms-transform:translate(-50%,0);transform:translate(-50%,0);}}
#image_style_01_1515592618234 a{
	cursor: default;
}

.imgStyle { height:100%; width:100%; overflow: hidden; box-sizing: border-box;}
.imgStyle>a{overflow: hidden; width: 100%; height: 100%;}
.imgStyle img{box-sizing: border-box;}
/*新闻搜索样式*/
.prodcateStyle_4{width:100%; clear: both; margin-bottom: 1px}
.prodcateStyle_4 *{box-sizing:border-box; -webkit-transition: all ease .2s; -moz-transition: all ease .2s; -o-transition: all ease .2s; -ms-transition: all ease .2s; transition: all ease .2s; list-style:none;}
.prodcateStyle_4 li{position: relative; font-size: 14px; color: #333; line-height: 3; text-decoration:none;}
.prodcateStyle_4 li i{float: right; margin-top: 14px; margin-right: 20px; font-size: 14px; }
.prodcateStyle_4 .sidebar{width:100%; background: #fff; border: 1px solid #ddd; margin-bottom: -1px}
.prodcateStyle_4 .r-arrow{cursor: pointer;padding: 0 10px;margin-right: -10px;}

.prodcateStyle_4 .sidebar>a, .prodcateStyle_4 .sidebar2>a, .prodcateStyle_4 .sidebar3>a{font-size:inherit; color:inherit; line-height: inherit; margin-left:10px; text-decoration:inherit; white-space: nowrap;width:100%;}

.prodcateStyle_4 .sidebar2{background: #f2f2f2;z-index: 9999;}
.prodcateStyle_4 .sidebar3{background: #eaeaea; padding:0 10px;}
.prodcateStyle_4 .newscate3{position: absolute; left: 100%; top: 0; }
.prodcateStyle_4 .newscate2, .prodcateStyle_4 .newscate3{display:none;}
.prodcateStyle_4 .sidebar span,.prodcateStyle_4 .sidebar2 span{position: absolute;right:20px;}

/*图标*/
.prodcateStyle_4 .imgIco{ margin-left:20px; vertical-align: middle; display:inline-block;  overflow:hidden; position:relative; padding:15px;  box-sizing:border-box; -webkit-box-sizing:border-box; -moz-box-sizing:border-box; -ms-box-sizing:border-box; -o-box-sizing:border-box;}
.prodcateStyle_4 .imgIco img{width:auto; height:100%; vertical-align: top; position:absolute; top:50%; left:50%;  transform:translateY(-50%) translateX(-50%); -webkit-transform:translateY(-50%) translateX(-50%); -moz-transform:translateY(-50%) translateX(-50%); -ms-transform:translateY(-50%) translateX(-50%); -o-transform:translateY(-50%);}

@media screen and (min-width:768px){
	/*.prodcateStyle_4 .sidebar:hover .newscate2,.prodcateStyle_4 .sidebar2:hover .newscate3{display: block;}*/
}
@media screen and (max-width:767px){
	.prodcateStyle_4 .newscate3{position: relative; left: 0; top: 0; }
}.squareButton { width: 100%; height:32px; background: #fff; color: #333; box-sizing: border-box; border: 1px solid #ccc; border-radius: 4px; font-size: 14px; cursor: pointer; transition: all ease-in .1s; -webkit-transition: all ease-in .1s; -moz-transition: all ease-in .1s; -o-transition: all ease-in .1s; }ba.niceTab.tabStyle_3 { position: relative; width: 100%; height: 100%;}
.niceTab.tabStyle_3 li{-webkit-transition: all ease-out .2s; -moz-transition: all ease-out .2s; -o-transition: all ease-out .2s; transition: all ease-out .2s}

/*标签样式*/
.tab_nav { position: absolute; z-index: 2; overflow: hidden;}
.tab_ul { text-align: left;/* 该设置可将标签居左left、居中center、居右right,仅对标签在上面或标签在下面可用 */}
.tab_li { display: inline-block; text-align: center; background: #f6f5f4; font-size: 12px; border: 0; cursor: pointer; box-sizing: border-box;}
.tab_ul .tabCurItem { background: #eee;}
.tab_img img { width: 18px; height: 14px;}
.tab_img { vertical-align: middle;}
.tab_txt { vertical-align: middle; -moz-user-select:none; -khtml-user-select:none; -webkit-user-select:none; color: inherit !important;}
.tab_txt p{ white-space: nowrap; font-size:inherit; color:inherit; }

/*内容区样式*/
.tab_box { position: absolute; left: 0; z-index: 1;}
.tab_content { position: relative; width:100%; height:100%; overflow:hidden;}
.tab_main { background: #eee; width: 100%; height: 100%; box-sizing: border-box;}
.tab_div { width: 100%; height: 100%; display: none; overflow:hidden;}
.niceTabShow { display: block;}

/*选项卡左右箭头*/
.tab_left_arrow { position: absolute; cursor: pointer; top: 50%; left: 10px;/*左箭头边距*/ /*width: 40px; height: 40px;*/ background: url(../img/tab/style_03/arrow_left.png) no-repeat center center !important; background-size:auto 80%; transform: translate(0,-50%); -webkit-transform: translate(0,-50%); -moz-transform: translate(0,-50%); -ms-transform: translate(0,-50%); -o-transform: translate(0,-50%); opacity:1; z-index:999999; display:none;}
.tab_right_arrow { position: absolute; cursor: pointer; top: 50%; right: 10px;/*右箭头边距*/ width: 40px; height: 40px; background: url(../img/tab/style_03/arrow_right.png) no-repeat center center !important; background-size:auto 80%; transform: translate(0,-50%); -webkit-transform: translate(0,-50%); -moz-transform: translate(0,-50%); -ms-transform: translate(0,-50%); -o-transform: translate(0,-50%); opacity:1; z-index:999999; display:none;}
.tab_content:hover .tab_left_arrow,.tab_content:hover .tab_right_arrow{display:block;}

/*=========  标签位置  ==========*/

/*标签顶部样式*/
.tab_nav_top{ left: 0; top: 0; width: 100%; height: 50px;/*标签高度可以随意设置*/}
.tab_scroll_top { overflow-x: scroll !important; overflow-y: hidden; width: 100%; height: calc(100% + 17px);}
.tab_ul_top { min-width: 100%; height: 100%;/*该宽度是默认宽度，程序读取后替换*/}
.tab_li_top { height: 100%;/*标签宽度可以随意设置*/}
.tab_box_top { width: 100%; height: calc(100% - 50px);/*减掉标签的高度*/ top: 50px;/*标签的高度*/}

/*标签左侧样式*/
.tab_nav_left { left: 0; top: 0; width: 50px;/*标签宽度可以随意设置*/ height: 100%;}
.tab_scroll_left { overflow-x: hidden; overflow-y: scroll !important; width: calc(100% + 17px); height: 100%;}
.tab_ul_left { height:100%;/*该标签的宽度要和.tab_nav_left宽度一样;*/}
.tab_li_left {  width: 100%; /*标签高度可以随意设置*/}
.tab_box_left { height: 100%; width: calc(100% - 50px);/*减掉标签的宽度*/ left: 50px;/*标签的宽度*/}

/*标签底部样式*/
.tab_nav_bottom { right: 0; bottom: 0; width: 100%; height: 50px;/*标签高度可以随意设置*/}
.tab_scroll_bottom { overflow-x: scroll !important; overflow-y: hidden; width: 100%; height: calc(100% + 17px);}
.tab_ul_bottom { min-width: 100%; height: 100%; /*该宽度是默认宽度，程序读取后替换*/}
.tab_li_bottom { height: 100%;/*标签宽度可以随意设置*/}
.tab_box_bottom { width: 100%; height: calc(100% - 50px);/*减掉标签的高度*/ bottom: 50px;/*标签的高度*/}

/*标签左侧样式*/
.tab_nav_right { right: 0; bottom: 0; width: 50px;/*标签宽度可以随意设置*/ height: 100%;}
.tab_scroll_right { overflow-x: hidden; overflow-y: scroll !important; width: calc(100% + 17px); height: 100%;}
.tab_ul_right { height:100%;/*该标签的宽度要和.tab_nav_left宽度一样;*/}
.tab_li_right {  width: 100%; /*标签高度可以随意设置*/}
.tab_box_right { height: 100%; width: calc(100% - 50px);/*减掉标签的宽度*/ right: 50px;/*标签的宽度*/}

.tab_pos_r {  position: relative; top: 50%; left: 50%; padding:0 1em; transform: translate(-50%,-50%); -webkit-transform: translate(-50%,-50%); -moz-transform: translate(-50%,-50%); -o-transform: translate(-50%,-50%);}
.tab_pos_n { padding:1em 0;}


@media screen and (max-width:991px){
}
@media screen and (max-width:768px){
}
@media screen and (max-width:320px){
}

/*产品样式*/
.prod_default{width:100%; clear: both;}
.prod_default *{transition: all ease .2s; -webkit-transition: all ease .2s; -moz-transition: all ease .2s; -o-transition: all ease .2s; box-sizing: border-box;}
.prod_default ul{width: 100%; display: -webkit-flex; display: -moz-flex; display: flex; flex-wrap:wrap; justify-content:space-between;}
.prod_default .prod_Item{list-style:none; height:auto; padding: 0px; box-sizing:border-box; margin-bottom: 1%;}
.prod_default .relative{position:relative; width:100%; height:auto; overflow:hidden;}
.prod_default .prodImg_box{position:relative; width:100%; overflow: hidden; background: #eee; box-sizing: border-box;}
.prod_default .prod_img{position:absolute; left:0; right:0; top:0; bottom:0; overflow:hidden;}
.prod_default .prod_img span{position: absolute; left: 35%; top: 35%; right: 35%; bottom: 35%; background: none;}
.prod_default .prod_Item:hover .prod_img{transform: scale(1.05); -webkit-transform: scale(1.05); -moz-transform: scale(1.05); -o-transform: scale(1.05);}
.prod_default .prod_Item:hover .prod_img span{background: rgba(255,255,255,.25); left: 0; top: 0; right: 0; bottom: 0;}
.prod_default .prod_img img.horizontal{width:100%; height:auto; position: absolute; top: 50%; left:0; transform: translateY(-50%); -webkit-transform: translateY(-50%); -moz-transform: translateY(-50%); -o-transform: translateY(-50%); -ms-transform: translateY(-50%);}
.prod_default .prod_img img.vertical{width:auto; height:100%; position: absolute; left: 50%; top:0; transform: translateX(-50%); -webkit-transform: translateX(-50%); -moz-transform: translateX(-50%); -o-transform: translateX(-50%); -ms-transform: translateX(-50%);}
.prod_default .dummy{margin-top:75%}/*控制产品图片显示比例*/
.prod_default .prod_info {overflow: hidden; width: 100%; padding-top: 10px; box-sizing: border-box; }
.prod_default .p_name {margin-bottom: 5px; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; font-size: 14px; color: #333; line-height: 1.4; width: 100%;}
.prod_default .p_name a {font-size: inherit; color: inherit; line-height: inherit; display: block;}/*文字两行后自动超出隐藏*/
.prod_default .p_detail { font-size: 12px; color: #666; display: block; margin-bottom: 5px; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden;}/*文字两行后自动超出隐藏*/
.prod_default .p_group { margin-bottom: 5px; display: block; float: left; width:50%; color: #666; font-size: 12px;}
.prod_default .p_group .p_lb{display: none;}
.prod_default .p_line{margin-bottom: 5px; overflow: hidden;; width: 100%;}
.prod_default .p_num { margin-bottom: 5px; display: block; float: right; text-align: right; width: 50%; color: #666; font-size: 12px;}
.prod_default .p_jg{display: none;}
.prod_default .p_price {float: left; line-height: 1; white-space: nowrap;display: block !important; }
.prod_default .p_value {color: #ff002a; font-size:26px;}
.prod_default .zhekou {color: #ff002a; font-size:16px;font-weight: bold;}
.prod_default .prod_info .unit {color: #ff002a;font-size: 16px;}
.prod_default .p_vip {display: block; float: right; text-align: right; line-height:30px; height: 26px; white-space: nowrap;position: absolute;right:0;}
.prod_default .p_vip .v_jg{color:#666; font-size: 12px;}
.prod_default .v_value {color: #333; font-size: 18px;}
.prod_default .v_unit {color: #333;font-size: 12px;}
.prod_default .pro_button {margin: 10px 0 0; overflow: hidden;}
.prod_default .p_link { float: left; width: 48%; text-align: center;}
.prod_default .p_link a {display: block; padding: 10px 15px;}
.prod_default .p_cart { text-align: center;}
.prod_default .p_cart a {display: block; padding: 9px 15px; background: #f00; color: #fff;}
.prod_default a{text-decoration:none; }  
.prod_default .p_price2 {clear:both; line-height: 1; white-space: nowrap;font-size:12px !important;color:gray !important;}
.prod_default .p_price2 .p_jg{font-size:14px;color:gray;}
.prod_default .p_price2 .unit{font-size:14px;color:gray;}
.prod_default .p_price2 .p_value{font-size:14px;color:gray;}
.prod_default .p_price2 .p_value{font-size:14px;color:gray;}

.prod_default .freeinfo{ clear:both; overflow:hidden;}
.prod_default .freeinfo span{ display:block; float:left; border:1px solid red; border-radius:5px; padding:0 5px; color:red; margin-right:5px; box-sizing: border-box; }


/*拼购*/
.prod_default .Collage_item{}
.prod_default .Collage_ico{ position:absolute; left:10px; top:0; width:40px; height:40px; z-index: 100;}
.prod_default .Collage_ico img{ width:100%; height:100%; vertical-align: top; }
.prod_default .prod_top{ background-color:#ff5656; overflow:hidden; padding:10px 10px; color:white; font-size:14px;}
.prod_default .prod_top_left{ display:inline-block; width:100%; overflow:hidden; vertical-align: middle;}
.prod_default .prod_price{ display:inline-block;color: #ff002a;}
.prod_default .prod_old_price{ font-size:12px; text-decoration:line-through; display:inline-block;}
.prod_default .prod_infos .price_value{ font-size:26px; }
.prod_default .prod_infos .units{font-size:16px;}
.prod_default .prod_infos .zero{ font-size:12px; }
.prod_default .prod_top_right{ display:inline-block; width:100%; vertical-align: middle;position: absolute;bottom: 0;z-index: 99;padding: 10px;background: #f00;color: #fff;}
.prod_default .prod_details{width: 100%; display: inline-block; overflow: hidden; white-space: nowrap;font-size: 14px;}
.prod_default .prod_pernum{width: 100%; display: inline-block; overflow: hidden; white-space: nowrap;text-align: right;font-size: 14px;}


.prod_default .prod_middle .prod_title{ font-size:14px; line-height:1.5;  margin-bottom: 5px;}
.prod_default .prod_middle .prod_detail{ font-size:12px; color:#666;    margin-bottom: 5px; }

.prod_default .prod_bottom .prod_btn{ line-height:3; font-size:12px; background-color:#f00; color:white; text-align: center; margin: 10px 0;}
.prod_default .pc{ display:block; }
.prod_default .pad,.prod_default .mobile{display:none;}
@media screen and (max-width: 1200px) and (min-width: 641px){
	.prod_default .pad{ display:block; }
	.prod_default .pc,.prod_default .mobile{display:none;}
}
@media screen and (max-width: 640px){
	.prod_default .mobile{ display:block; }
	.prod_default .pc,.prod_default .pad{display:none;}
	.prod_default .Collage_ico{ width:30px; height:30px; }
	.prod_default .prod_top{ font-size:12px; }
	.prod_default .prod_infos{padding: 6px;}
	.prod_default .prod_infos .price_value{ font-size:18px; }
	.prod_default .prod_top_left,.prod_default .prod_top_right{ width:100%; display: block; }
	.prod_default .prod_middle .prod_title{ font-size:14px; }
	.prod_default .prod_middle .prod_detail{ font-size:12px; }
	.prod_default .prod_bottom .prod_btn{ line-height:3; font-size:12px; margin: 0;}
	.prod_default .prod_details {font-size: 12px;width: 100%;display: block;}
	.prod_default .prod_pernum {width: 100%;font-size: 14px;}
	.prod_default .end_text,.prod_default .end_time{display: inline-block;}
	.prod_default .prod_pernum{display: none;}
	.prod_default .pro_button{margin: 0;}
	.prod_default .p_price {line-height: 23px;white-space: nowrap;display: block !important;}
/*拼购结束*/
	.prod_default .p_price2 {padding-top: 5px;}
	.prod_default .prod_info{padding: 6px;}
	.prod_default .unit,.prod_default .p_vip .v_jg,.prod_default .v_unit{font-size: 12px;}
	.prod_default .p_vip{height: 18px; line-height: 23px;}
	.prod_default .v_value{font-size: 14px;}
	.prod_default .p_value{font-size: 18px;}
	.prod_default .prod .p_detail{display: none !important;}
	.prod_default .p_vip {position: relative;float: none !important;clear:both;text-align: left !important;}
}

/*pc*/
#productList_style_01_1514980395500 li{width: 23.5%;}
#productList_style_01_1514980395500 li.prod_Item{margin-bottom:2%;}
@media screen and (max-width: 1024px){/*ipad*/
	#productList_style_01_1514980395500 li{width: 23.5%;}
	#productList_style_01_1514980395500 li.prod_Item{margin-bottom:2%;}
}
@media screen and (max-width: 768px){/*mobi*/
	#productList_style_01_1514980395500 li{width: 49%;}
	#productList_style_01_1514980395500 li.prod_Item{margin-bottom:2%;}
}

#productList_style_01_1514980395500 .p_detail.pc {display:block;}
#productList_style_01_1514980395500 .p_detail.pad, #productList_style_01_1514980395500 .p_detail.mobile {display:none;}
	@media screen and (min-width:641px) and (max-width:1200px) {
	#productList_style_01_1514980395500 .p_detail.pad {display:block;}
	#productList_style_01_1514980395500 .p_detail.pc, #productList_style_01_1514980395500 .p_detail.mobile {display:none;}
	}
	@media screen and (max-width:640px) {
	#productList_style_01_1514980395500 .p_detail.mobile {display:block;}
	#productList_style_01_1514980395500 .p_detail.pc, #productList_style_01_1514980395500 .p_detail.pad {display:none;}
	}

#productList_style_01_1514980395500 .p_name.pc {display:block;}
#productList_style_01_1514980395500 .p_name.pad, #productList_style_01_1514980395500 .p_name.mobile {display:none;}
	@media screen and (min-width:641px) and (max-width:1200px) {
	#productList_style_01_1514980395500 .p_name.pad {display:block;}
	#productList_style_01_1514980395500 .p_name.pc, #productList_style_01_1514980395500 .p_name.mobile {display:none;}
	}
	@media screen and (max-width:640px) {
	#productList_style_01_1514980395500 .p_name.mobile {display:block;}
	#productList_style_01_1514980395500 .p_name.pc, #productList_style_01_1514980395500 .p_name.pad {display:none;}
	}



/*产品状态  新品  推荐*/
 .status{ color:red; display:inline-block; border:1px solid red; padding:0 2px; margin-right:5px; text-align: center; font-size:12px; font-family:'Times New Roman'; vertical-align: middle; text-indent: 0px;}



	#productList_style_01_1514980395500 .page_btn{ font-size:14px; text-align: center;}
	#productList_style_01_1514980395500 .page_btn .all_page{ display:inline-block; margin:0 10px; }
	#productList_style_01_1514980395500 .page:hover{ background:red; color:white; cursor:pointer;}
	#productList_style_01_1514980395500 .page_btn .cur{ background:red; color:white; cursor:pointer;}
	#productList_style_01_1514980395500 .submit_div{ display: inline-block; }
	
	#productList_style_01_1514980395500 .page_btn input{ width:50px; margin:0 5px;}
	#productList_style_01_1514980395500 .page_btn input:hover{ cursor:default; background:white; color:#333;}
	#productList_style_01_1514980395500 .page_submit{margin-left:5px;}
	#productList_style_01_1514980395500 .page{display:inline-block; border:none; background:white; text-align: center; width:auto; padding:0 15px; margin:0 .5px; height:auto; line-height:35px; box-sizing: border-box; -webkit-box-sizing: border-box; border:1px solid #e5e5e5;}
	@media screen and (max-width:640px) {
			#productList_style_01_1514980395500 .page_btn{ font-size:12px; }
			#productList_style_01_1514980395500 .submit_div{ display:none; }
		}

			#productList_style_01_1514980395500 .page{width:auto; margin:0 5px 10px 5px; border-radius:5px;  }
		@media screen and (max-width:640px) {
			#productList_style_01_1514980395500 .page{line-height:30px; padding:0 13px;}
		}
		/*产品样式*/
.prod_default{width:100%; clear: both;}
.prod_default *{transition: all ease .2s; -webkit-transition: all ease .2s; -moz-transition: all ease .2s; -o-transition: all ease .2s; box-sizing: border-box;}
.prod_default ul{width: 100%; display: -webkit-flex; display: -moz-flex; display: flex; flex-wrap:wrap; justify-content:space-between;}
.prod_default .prod_Item{list-style:none; height:auto; padding: 0px; box-sizing:border-box; margin-bottom: 1%;}
.prod_default .relative{position:relative; width:100%; height:auto; overflow:hidden;}
.prod_default .prodImg_box{position:relative; width:100%; overflow: hidden; background: #eee; box-sizing: border-box;}
.prod_default .prod_img{position:absolute; left:0; right:0; top:0; bottom:0; overflow:hidden;}
.prod_default .prod_img span{position: absolute; left: 35%; top: 35%; right: 35%; bottom: 35%; background: none;}
.prod_default .prod_Item:hover .prod_img{transform: scale(1.05); -webkit-transform: scale(1.05); -moz-transform: scale(1.05); -o-transform: scale(1.05);}
.prod_default .prod_Item:hover .prod_img span{background: rgba(255,255,255,.25); left: 0; top: 0; right: 0; bottom: 0;}
.prod_default .prod_img img.horizontal{width:100%; height:auto; position: absolute; top: 50%; left:0; transform: translateY(-50%); -webkit-transform: translateY(-50%); -moz-transform: translateY(-50%); -o-transform: translateY(-50%); -ms-transform: translateY(-50%);}
.prod_default .prod_img img.vertical{width:auto; height:100%; position: absolute; left: 50%; top:0; transform: translateX(-50%); -webkit-transform: translateX(-50%); -moz-transform: translateX(-50%); -o-transform: translateX(-50%); -ms-transform: translateX(-50%);}
.prod_default .dummy{margin-top:75%}/*控制产品图片显示比例*/
.prod_default .prod_info {overflow: hidden; width: 100%; padding-top: 10px; box-sizing: border-box; }
.prod_default .p_name {margin-bottom: 5px; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; font-size: 14px; color: #333; line-height: 1.4; width: 100%;}
.prod_default .p_name a {font-size: inherit; color: inherit; line-height: inherit; display: block;}/*文字两行后自动超出隐藏*/
.prod_default .p_detail { font-size: 12px; color: #666; display: block; margin-bottom: 5px; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden;}/*文字两行后自动超出隐藏*/
.prod_default .p_group { margin-bottom: 5px; display: block; float: left; width:50%; color: #666; font-size: 12px;}
.prod_default .p_group .p_lb{display: none;}
.prod_default .p_line{margin-bottom: 5px; overflow: hidden;; width: 100%;}
.prod_default .p_num { margin-bottom: 5px; display: block; float: right; text-align: right; width: 50%; color: #666; font-size: 12px;}
.prod_default .p_jg{display: none;}
.prod_default .p_price {float: left; line-height: 1; white-space: nowrap;display: block !important; }
.prod_default .p_value {color: #ff002a; font-size:26px;}
.prod_default .zhekou {color: #ff002a; font-size:16px;font-weight: bold;}
.prod_default .prod_info .unit {color: #ff002a;font-size: 16px;}
.prod_default .p_vip {display: block; float: right; text-align: right; line-height:30px; height: 26px; white-space: nowrap;position: absolute;right:0;}
.prod_default .p_vip .v_jg{color:#666; font-size: 12px;}
.prod_default .v_value {color: #333; font-size: 18px;}
.prod_default .v_unit {color: #333;font-size: 12px;}
.prod_default .pro_button {margin: 10px 0 0; overflow: hidden;}
.prod_default .p_link { float: left; width: 48%; text-align: center;}
.prod_default .p_link a {display: block; padding: 10px 15px;}
.prod_default .p_cart { text-align: center;}
.prod_default .p_cart a {display: block; padding: 9px 15px; background: #f00; color: #fff;}
.prod_default a{text-decoration:none; }  
.prod_default .p_price2 {clear:both; line-height: 1; white-space: nowrap;font-size:12px !important;color:gray !important;}
.prod_default .p_price2 .p_jg{font-size:14px;color:gray;}
.prod_default .p_price2 .unit{font-size:14px;color:gray;}
.prod_default .p_price2 .p_value{font-size:14px;color:gray;}
.prod_default .p_price2 .p_value{font-size:14px;color:gray;}

.prod_default .freeinfo{ clear:both; overflow:hidden;}
.prod_default .freeinfo span{ display:block; float:left; border:1px solid red; border-radius:5px; padding:0 5px; color:red; margin-right:5px; box-sizing: border-box; }


/*拼购*/
.prod_default .Collage_item{}
.prod_default .Collage_ico{ position:absolute; left:10px; top:0; width:40px; height:40px; z-index: 100;}
.prod_default .Collage_ico img{ width:100%; height:100%; vertical-align: top; }
.prod_default .prod_top{ background-color:#ff5656; overflow:hidden; padding:10px 10px; color:white; font-size:14px;}
.prod_default .prod_top_left{ display:inline-block; width:100%; overflow:hidden; vertical-align: middle;}
.prod_default .prod_price{ display:inline-block;color: #ff002a;}
.prod_default .prod_old_price{ font-size:12px; text-decoration:line-through; display:inline-block;}
.prod_default .prod_infos .price_value{ font-size:26px; }
.prod_default .prod_infos .units{font-size:16px;}
.prod_default .prod_infos .zero{ font-size:12px; }
.prod_default .prod_top_right{ display:inline-block; width:100%; vertical-align: middle;position: absolute;bottom: 0;z-index: 99;padding: 10px;background: #f00;color: #fff;}
.prod_default .prod_details{width: 100%; display: inline-block; overflow: hidden; white-space: nowrap;font-size: 14px;}
.prod_default .prod_pernum{width: 100%; display: inline-block; overflow: hidden; white-space: nowrap;text-align: right;font-size: 14px;}


.prod_default .prod_middle .prod_title{ font-size:14px; line-height:1.5;  margin-bottom: 5px;}
.prod_default .prod_middle .prod_detail{ font-size:12px; color:#666;    margin-bottom: 5px; }

.prod_default .prod_bottom .prod_btn{ line-height:3; font-size:12px; background-color:#f00; color:white; text-align: center; margin: 10px 0;}
.prod_default .pc{ display:block; }
.prod_default .pad,.prod_default .mobile{display:none;}
@media screen and (max-width: 1200px) and (min-width: 641px){
	.prod_default .pad{ display:block; }
	.prod_default .pc,.prod_default .mobile{display:none;}
}
@media screen and (max-width: 640px){
	.prod_default .mobile{ display:block; }
	.prod_default .pc,.prod_default .pad{display:none;}
	.prod_default .Collage_ico{ width:30px; height:30px; }
	.prod_default .prod_top{ font-size:12px; }
	.prod_default .prod_infos{padding: 6px;}
	.prod_default .prod_infos .price_value{ font-size:18px; }
	.prod_default .prod_top_left,.prod_default .prod_top_right{ width:100%; display: block; }
	.prod_default .prod_middle .prod_title{ font-size:14px; }
	.prod_default .prod_middle .prod_detail{ font-size:12px; }
	.prod_default .prod_bottom .prod_btn{ line-height:3; font-size:12px; margin: 0;}
	.prod_default .prod_details {font-size: 12px;width: 100%;display: block;}
	.prod_default .prod_pernum {width: 100%;font-size: 14px;}
	.prod_default .end_text,.prod_default .end_time{display: inline-block;}
	.prod_default .prod_pernum{display: none;}
	.prod_default .pro_button{margin: 0;}
	.prod_default .p_price {line-height: 23px;white-space: nowrap;display: block !important;}
/*拼购结束*/
	.prod_default .p_price2 {padding-top: 5px;}
	.prod_default .prod_info{padding: 6px;}
	.prod_default .unit,.prod_default .p_vip .v_jg,.prod_default .v_unit{font-size: 12px;}
	.prod_default .p_vip{height: 18px; line-height: 23px;}
	.prod_default .v_value{font-size: 14px;}
	.prod_default .p_value{font-size: 18px;}
	.prod_default .prod .p_detail{display: none !important;}
	.prod_default .p_vip {position: relative;float: none !important;clear:both;text-align: left !important;}
}

/*pc*/
#productList_style_01_1514980648668 li{width: 23.5%;}
#productList_style_01_1514980648668 li.prod_Item{margin-bottom:2%;}
@media screen and (max-width: 1024px){/*ipad*/
	#productList_style_01_1514980648668 li{width: 23.5%;}
	#productList_style_01_1514980648668 li.prod_Item{margin-bottom:2%;}
}
@media screen and (max-width: 768px){/*mobi*/
	#productList_style_01_1514980648668 li{width: 49%;}
	#productList_style_01_1514980648668 li.prod_Item{margin-bottom:2%;}
}

#productList_style_01_1514980648668 .p_detail.pc {display:block;}
#productList_style_01_1514980648668 .p_detail.pad, #productList_style_01_1514980648668 .p_detail.mobile {display:none;}
	@media screen and (min-width:641px) and (max-width:1200px) {
	#productList_style_01_1514980648668 .p_detail.pad {display:block;}
	#productList_style_01_1514980648668 .p_detail.pc, #productList_style_01_1514980648668 .p_detail.mobile {display:none;}
	}
	@media screen and (max-width:640px) {
	#productList_style_01_1514980648668 .p_detail.mobile {display:block;}
	#productList_style_01_1514980648668 .p_detail.pc, #productList_style_01_1514980648668 .p_detail.pad {display:none;}
	}

#productList_style_01_1514980648668 .p_name.pc {display:block;}
#productList_style_01_1514980648668 .p_name.pad, #productList_style_01_1514980648668 .p_name.mobile {display:none;}
	@media screen and (min-width:641px) and (max-width:1200px) {
	#productList_style_01_1514980648668 .p_name.pad {display:block;}
	#productList_style_01_1514980648668 .p_name.pc, #productList_style_01_1514980648668 .p_name.mobile {display:none;}
	}
	@media screen and (max-width:640px) {
	#productList_style_01_1514980648668 .p_name.mobile {display:block;}
	#productList_style_01_1514980648668 .p_name.pc, #productList_style_01_1514980648668 .p_name.pad {display:none;}
	}



/*产品状态  新品  推荐*/
 .status{ color:red; display:inline-block; border:1px solid red; padding:0 2px; margin-right:5px; text-align: center; font-size:12px; font-family:'Times New Roman'; vertical-align: middle; text-indent: 0px;}



	#productList_style_01_1514980648668 .page_btn{ font-size:14px; text-align: center;}
	#productList_style_01_1514980648668 .page_btn .all_page{ display:inline-block; margin:0 10px; }
	#productList_style_01_1514980648668 .page:hover{ background:red; color:white; cursor:pointer;}
	#productList_style_01_1514980648668 .page_btn .cur{ background:red; color:white; cursor:pointer;}
	#productList_style_01_1514980648668 .submit_div{ display: inline-block; }
	
	#productList_style_01_1514980648668 .page_btn input{ width:50px; margin:0 5px;}
	#productList_style_01_1514980648668 .page_btn input:hover{ cursor:default; background:white; color:#333;}
	#productList_style_01_1514980648668 .page_submit{margin-left:5px;}
	#productList_style_01_1514980648668 .page{display:inline-block; border:none; background:white; text-align: center; width:auto; padding:0 15px; margin:0 .5px; height:auto; line-height:35px; box-sizing: border-box; -webkit-box-sizing: border-box; border:1px solid #e5e5e5;}
	@media screen and (max-width:640px) {
			#productList_style_01_1514980648668 .page_btn{ font-size:12px; }
			#productList_style_01_1514980648668 .submit_div{ display:none; }
		}

			#productList_style_01_1514980648668 .page{width:auto; margin:0 5px 10px 5px; border-radius:5px;  }
		@media screen and (max-width:640px) {
			#productList_style_01_1514980648668 .page{line-height:30px; padding:0 13px;}
		}
		/*产品样式*/
.prod_default{width:100%; clear: both;}
.prod_default *{transition: all ease .2s; -webkit-transition: all ease .2s; -moz-transition: all ease .2s; -o-transition: all ease .2s; box-sizing: border-box;}
.prod_default ul{width: 100%; display: -webkit-flex; display: -moz-flex; display: flex; flex-wrap:wrap; justify-content:space-between;}
.prod_default .prod_Item{list-style:none; height:auto; padding: 0px; box-sizing:border-box; margin-bottom: 1%;}
.prod_default .relative{position:relative; width:100%; height:auto; overflow:hidden;}
.prod_default .prodImg_box{position:relative; width:100%; overflow: hidden; background: #eee; box-sizing: border-box;}
.prod_default .prod_img{position:absolute; left:0; right:0; top:0; bottom:0; overflow:hidden;}
.prod_default .prod_img span{position: absolute; left: 35%; top: 35%; right: 35%; bottom: 35%; background: none;}
.prod_default .prod_Item:hover .prod_img{transform: scale(1.05); -webkit-transform: scale(1.05); -moz-transform: scale(1.05); -o-transform: scale(1.05);}
.prod_default .prod_Item:hover .prod_img span{background: rgba(255,255,255,.25); left: 0; top: 0; right: 0; bottom: 0;}
.prod_default .prod_img img.horizontal{width:100%; height:auto; position: absolute; top: 50%; left:0; transform: translateY(-50%); -webkit-transform: translateY(-50%); -moz-transform: translateY(-50%); -o-transform: translateY(-50%); -ms-transform: translateY(-50%);}
.prod_default .prod_img img.vertical{width:auto; height:100%; position: absolute; left: 50%; top:0; transform: translateX(-50%); -webkit-transform: translateX(-50%); -moz-transform: translateX(-50%); -o-transform: translateX(-50%); -ms-transform: translateX(-50%);}
.prod_default .dummy{margin-top:75%}/*控制产品图片显示比例*/
.prod_default .prod_info {overflow: hidden; width: 100%; padding-top: 10px; box-sizing: border-box; }
.prod_default .p_name {margin-bottom: 5px; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; font-size: 14px; color: #333; line-height: 1.4; width: 100%;}
.prod_default .p_name a {font-size: inherit; color: inherit; line-height: inherit; display: block;}/*文字两行后自动超出隐藏*/
.prod_default .p_detail { font-size: 12px; color: #666; display: block; margin-bottom: 5px; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden;}/*文字两行后自动超出隐藏*/
.prod_default .p_group { margin-bottom: 5px; display: block; float: left; width:50%; color: #666; font-size: 12px;}
.prod_default .p_group .p_lb{display: none;}
.prod_default .p_line{margin-bottom: 5px; overflow: hidden;; width: 100%;}
.prod_default .p_num { margin-bottom: 5px; display: block; float: right; text-align: right; width: 50%; color: #666; font-size: 12px;}
.prod_default .p_jg{display: none;}
.prod_default .p_price {float: left; line-height: 1; white-space: nowrap;display: block !important; }
.prod_default .p_value {color: #ff002a; font-size:26px;}
.prod_default .zhekou {color: #ff002a; font-size:16px;font-weight: bold;}
.prod_default .prod_info .unit {color: #ff002a;font-size: 16px;}
.prod_default .p_vip {display: block; float: right; text-align: right; line-height:30px; height: 26px; white-space: nowrap;position: absolute;right:0;}
.prod_default .p_vip .v_jg{color:#666; font-size: 12px;}
.prod_default .v_value {color: #333; font-size: 18px;}
.prod_default .v_unit {color: #333;font-size: 12px;}
.prod_default .pro_button {margin: 10px 0 0; overflow: hidden;}
.prod_default .p_link { float: left; width: 48%; text-align: center;}
.prod_default .p_link a {display: block; padding: 10px 15px;}
.prod_default .p_cart { text-align: center;}
.prod_default .p_cart a {display: block; padding: 9px 15px; background: #f00; color: #fff;}
.prod_default a{text-decoration:none; }  
.prod_default .p_price2 {clear:both; line-height: 1; white-space: nowrap;font-size:12px !important;color:gray !important;}
.prod_default .p_price2 .p_jg{font-size:14px;color:gray;}
.prod_default .p_price2 .unit{font-size:14px;color:gray;}
.prod_default .p_price2 .p_value{font-size:14px;color:gray;}
.prod_default .p_price2 .p_value{font-size:14px;color:gray;}

.prod_default .freeinfo{ clear:both; overflow:hidden;}
.prod_default .freeinfo span{ display:block; float:left; border:1px solid red; border-radius:5px; padding:0 5px; color:red; margin-right:5px; box-sizing: border-box; }


/*拼购*/
.prod_default .Collage_item{}
.prod_default .Collage_ico{ position:absolute; left:10px; top:0; width:40px; height:40px; z-index: 100;}
.prod_default .Collage_ico img{ width:100%; height:100%; vertical-align: top; }
.prod_default .prod_top{ background-color:#ff5656; overflow:hidden; padding:10px 10px; color:white; font-size:14px;}
.prod_default .prod_top_left{ display:inline-block; width:100%; overflow:hidden; vertical-align: middle;}
.prod_default .prod_price{ display:inline-block;color: #ff002a;}
.prod_default .prod_old_price{ font-size:12px; text-decoration:line-through; display:inline-block;}
.prod_default .prod_infos .price_value{ font-size:26px; }
.prod_default .prod_infos .units{font-size:16px;}
.prod_default .prod_infos .zero{ font-size:12px; }
.prod_default .prod_top_right{ display:inline-block; width:100%; vertical-align: middle;position: absolute;bottom: 0;z-index: 99;padding: 10px;background: #f00;color: #fff;}
.prod_default .prod_details{width: 100%; display: inline-block; overflow: hidden; white-space: nowrap;font-size: 14px;}
.prod_default .prod_pernum{width: 100%; display: inline-block; overflow: hidden; white-space: nowrap;text-align: right;font-size: 14px;}


.prod_default .prod_middle .prod_title{ font-size:14px; line-height:1.5;  margin-bottom: 5px;}
.prod_default .prod_middle .prod_detail{ font-size:12px; color:#666;    margin-bottom: 5px; }

.prod_default .prod_bottom .prod_btn{ line-height:3; font-size:12px; background-color:#f00; color:white; text-align: center; margin: 10px 0;}
.prod_default .pc{ display:block; }
.prod_default .pad,.prod_default .mobile{display:none;}
@media screen and (max-width: 1200px) and (min-width: 641px){
	.prod_default .pad{ display:block; }
	.prod_default .pc,.prod_default .mobile{display:none;}
}
@media screen and (max-width: 640px){
	.prod_default .mobile{ display:block; }
	.prod_default .pc,.prod_default .pad{display:none;}
	.prod_default .Collage_ico{ width:30px; height:30px; }
	.prod_default .prod_top{ font-size:12px; }
	.prod_default .prod_infos{padding: 6px;}
	.prod_default .prod_infos .price_value{ font-size:18px; }
	.prod_default .prod_top_left,.prod_default .prod_top_right{ width:100%; display: block; }
	.prod_default .prod_middle .prod_title{ font-size:14px; }
	.prod_default .prod_middle .prod_detail{ font-size:12px; }
	.prod_default .prod_bottom .prod_btn{ line-height:3; font-size:12px; margin: 0;}
	.prod_default .prod_details {font-size: 12px;width: 100%;display: block;}
	.prod_default .prod_pernum {width: 100%;font-size: 14px;}
	.prod_default .end_text,.prod_default .end_time{display: inline-block;}
	.prod_default .prod_pernum{display: none;}
	.prod_default .pro_button{margin: 0;}
	.prod_default .p_price {line-height: 23px;white-space: nowrap;display: block !important;}
/*拼购结束*/
	.prod_default .p_price2 {padding-top: 5px;}
	.prod_default .prod_info{padding: 6px;}
	.prod_default .unit,.prod_default .p_vip .v_jg,.prod_default .v_unit{font-size: 12px;}
	.prod_default .p_vip{height: 18px; line-height: 23px;}
	.prod_default .v_value{font-size: 14px;}
	.prod_default .p_value{font-size: 18px;}
	.prod_default .prod .p_detail{display: none !important;}
	.prod_default .p_vip {position: relative;float: none !important;clear:both;text-align: left !important;}
}

/*pc*/
#productList_style_01_1552292809822 li{width: 23.5%;}
#productList_style_01_1552292809822 li.prod_Item{margin-bottom:2%;}
@media screen and (max-width: 1024px){/*ipad*/
	#productList_style_01_1552292809822 li{width: 23.5%;}
	#productList_style_01_1552292809822 li.prod_Item{margin-bottom:2%;}
}
@media screen and (max-width: 768px){/*mobi*/
	#productList_style_01_1552292809822 li{width: 49%;}
	#productList_style_01_1552292809822 li.prod_Item{margin-bottom:2%;}
}

#productList_style_01_1552292809822 .p_detail.pc {display:block;}
#productList_style_01_1552292809822 .p_detail.pad, #productList_style_01_1552292809822 .p_detail.mobile {display:none;}
	@media screen and (min-width:641px) and (max-width:1200px) {
	#productList_style_01_1552292809822 .p_detail.pad {display:block;}
	#productList_style_01_1552292809822 .p_detail.pc, #productList_style_01_1552292809822 .p_detail.mobile {display:none;}
	}
	@media screen and (max-width:640px) {
	#productList_style_01_1552292809822 .p_detail.mobile {display:block;}
	#productList_style_01_1552292809822 .p_detail.pc, #productList_style_01_1552292809822 .p_detail.pad {display:none;}
	}

#productList_style_01_1552292809822 .p_name.pc {display:block;}
#productList_style_01_1552292809822 .p_name.pad, #productList_style_01_1552292809822 .p_name.mobile {display:none;}
	@media screen and (min-width:641px) and (max-width:1200px) {
	#productList_style_01_1552292809822 .p_name.pad {display:block;}
	#productList_style_01_1552292809822 .p_name.pc, #productList_style_01_1552292809822 .p_name.mobile {display:none;}
	}
	@media screen and (max-width:640px) {
	#productList_style_01_1552292809822 .p_name.mobile {display:block;}
	#productList_style_01_1552292809822 .p_name.pc, #productList_style_01_1552292809822 .p_name.pad {display:none;}
	}



/*产品状态  新品  推荐*/
 .status{ color:red; display:inline-block; border:1px solid red; padding:0 2px; margin-right:5px; text-align: center; font-size:12px; font-family:'Times New Roman'; vertical-align: middle; text-indent: 0px;}



	#productList_style_01_1552292809822 .page_btn{ font-size:14px; text-align: center;}
	#productList_style_01_1552292809822 .page_btn .all_page{ display:inline-block; margin:0 10px; }
	#productList_style_01_1552292809822 .page:hover{ background:red; color:white; cursor:pointer;}
	#productList_style_01_1552292809822 .page_btn .cur{ background:red; color:white; cursor:pointer;}
	#productList_style_01_1552292809822 .submit_div{ display: inline-block; }
	
	#productList_style_01_1552292809822 .page_btn input{ width:50px; margin:0 5px;}
	#productList_style_01_1552292809822 .page_btn input:hover{ cursor:default; background:white; color:#333;}
	#productList_style_01_1552292809822 .page_submit{margin-left:5px;}
	#productList_style_01_1552292809822 .page{display:inline-block; border:none; background:white; text-align: center; width:auto; padding:0 15px; margin:0 .5px; height:auto; line-height:35px; box-sizing: border-box; -webkit-box-sizing: border-box; border:1px solid #e5e5e5;}
	@media screen and (max-width:640px) {
			#productList_style_01_1552292809822 .page_btn{ font-size:12px; }
			#productList_style_01_1552292809822 .submit_div{ display:none; }
		}

			#productList_style_01_1552292809822 .page{width:auto; margin:0 5px 10px 5px; border-radius:5px;  }
		@media screen and (max-width:640px) {
			#productList_style_01_1552292809822 .page{line-height:30px; padding:0 13px;}
		}
		/*产品样式*/
.prod_default{width:100%; clear: both;}
.prod_default *{transition: all ease .2s; -webkit-transition: all ease .2s; -moz-transition: all ease .2s; -o-transition: all ease .2s; box-sizing: border-box;}
.prod_default ul{width: 100%; display: -webkit-flex; display: -moz-flex; display: flex; flex-wrap:wrap; justify-content:space-between;}
.prod_default .prod_Item{list-style:none; height:auto; padding: 0px; box-sizing:border-box; margin-bottom: 1%;}
.prod_default .relative{position:relative; width:100%; height:auto; overflow:hidden;}
.prod_default .prodImg_box{position:relative; width:100%; overflow: hidden; background: #eee; box-sizing: border-box;}
.prod_default .prod_img{position:absolute; left:0; right:0; top:0; bottom:0; overflow:hidden;}
.prod_default .prod_img span{position: absolute; left: 35%; top: 35%; right: 35%; bottom: 35%; background: none;}
.prod_default .prod_Item:hover .prod_img{transform: scale(1.05); -webkit-transform: scale(1.05); -moz-transform: scale(1.05); -o-transform: scale(1.05);}
.prod_default .prod_Item:hover .prod_img span{background: rgba(255,255,255,.25); left: 0; top: 0; right: 0; bottom: 0;}
.prod_default .prod_img img.horizontal{width:100%; height:auto; position: absolute; top: 50%; left:0; transform: translateY(-50%); -webkit-transform: translateY(-50%); -moz-transform: translateY(-50%); -o-transform: translateY(-50%); -ms-transform: translateY(-50%);}
.prod_default .prod_img img.vertical{width:auto; height:100%; position: absolute; left: 50%; top:0; transform: translateX(-50%); -webkit-transform: translateX(-50%); -moz-transform: translateX(-50%); -o-transform: translateX(-50%); -ms-transform: translateX(-50%);}
.prod_default .dummy{margin-top:75%}/*控制产品图片显示比例*/
.prod_default .prod_info {overflow: hidden; width: 100%; padding-top: 10px; box-sizing: border-box; }
.prod_default .p_name {margin-bottom: 5px; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; font-size: 14px; color: #333; line-height: 1.4; width: 100%;}
.prod_default .p_name a {font-size: inherit; color: inherit; line-height: inherit; display: block;}/*文字两行后自动超出隐藏*/
.prod_default .p_detail { font-size: 12px; color: #666; display: block; margin-bottom: 5px; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden;}/*文字两行后自动超出隐藏*/
.prod_default .p_group { margin-bottom: 5px; display: block; float: left; width:50%; color: #666; font-size: 12px;}
.prod_default .p_group .p_lb{display: none;}
.prod_default .p_line{margin-bottom: 5px; overflow: hidden;; width: 100%;}
.prod_default .p_num { margin-bottom: 5px; display: block; float: right; text-align: right; width: 50%; color: #666; font-size: 12px;}
.prod_default .p_jg{display: none;}
.prod_default .p_price {float: left; line-height: 1; white-space: nowrap;display: block !important; }
.prod_default .p_value {color: #ff002a; font-size:26px;}
.prod_default .zhekou {color: #ff002a; font-size:16px;font-weight: bold;}
.prod_default .prod_info .unit {color: #ff002a;font-size: 16px;}
.prod_default .p_vip {display: block; float: right; text-align: right; line-height:30px; height: 26px; white-space: nowrap;position: absolute;right:0;}
.prod_default .p_vip .v_jg{color:#666; font-size: 12px;}
.prod_default .v_value {color: #333; font-size: 18px;}
.prod_default .v_unit {color: #333;font-size: 12px;}
.prod_default .pro_button {margin: 10px 0 0; overflow: hidden;}
.prod_default .p_link { float: left; width: 48%; text-align: center;}
.prod_default .p_link a {display: block; padding: 10px 15px;}
.prod_default .p_cart { text-align: center;}
.prod_default .p_cart a {display: block; padding: 9px 15px; background: #f00; color: #fff;}
.prod_default a{text-decoration:none; }  
.prod_default .p_price2 {clear:both; line-height: 1; white-space: nowrap;font-size:12px !important;color:gray !important;}
.prod_default .p_price2 .p_jg{font-size:14px;color:gray;}
.prod_default .p_price2 .unit{font-size:14px;color:gray;}
.prod_default .p_price2 .p_value{font-size:14px;color:gray;}
.prod_default .p_price2 .p_value{font-size:14px;color:gray;}

.prod_default .freeinfo{ clear:both; overflow:hidden;}
.prod_default .freeinfo span{ display:block; float:left; border:1px solid red; border-radius:5px; padding:0 5px; color:red; margin-right:5px; box-sizing: border-box; }


/*拼购*/
.prod_default .Collage_item{}
.prod_default .Collage_ico{ position:absolute; left:10px; top:0; width:40px; height:40px; z-index: 100;}
.prod_default .Collage_ico img{ width:100%; height:100%; vertical-align: top; }
.prod_default .prod_top{ background-color:#ff5656; overflow:hidden; padding:10px 10px; color:white; font-size:14px;}
.prod_default .prod_top_left{ display:inline-block; width:100%; overflow:hidden; vertical-align: middle;}
.prod_default .prod_price{ display:inline-block;color: #ff002a;}
.prod_default .prod_old_price{ font-size:12px; text-decoration:line-through; display:inline-block;}
.prod_default .prod_infos .price_value{ font-size:26px; }
.prod_default .prod_infos .units{font-size:16px;}
.prod_default .prod_infos .zero{ font-size:12px; }
.prod_default .prod_top_right{ display:inline-block; width:100%; vertical-align: middle;position: absolute;bottom: 0;z-index: 99;padding: 10px;background: #f00;color: #fff;}
.prod_default .prod_details{width: 100%; display: inline-block; overflow: hidden; white-space: nowrap;font-size: 14px;}
.prod_default .prod_pernum{width: 100%; display: inline-block; overflow: hidden; white-space: nowrap;text-align: right;font-size: 14px;}


.prod_default .prod_middle .prod_title{ font-size:14px; line-height:1.5;  margin-bottom: 5px;}
.prod_default .prod_middle .prod_detail{ font-size:12px; color:#666;    margin-bottom: 5px; }

.prod_default .prod_bottom .prod_btn{ line-height:3; font-size:12px; background-color:#f00; color:white; text-align: center; margin: 10px 0;}
.prod_default .pc{ display:block; }
.prod_default .pad,.prod_default .mobile{display:none;}
@media screen and (max-width: 1200px) and (min-width: 641px){
	.prod_default .pad{ display:block; }
	.prod_default .pc,.prod_default .mobile{display:none;}
}
@media screen and (max-width: 640px){
	.prod_default .mobile{ display:block; }
	.prod_default .pc,.prod_default .pad{display:none;}
	.prod_default .Collage_ico{ width:30px; height:30px; }
	.prod_default .prod_top{ font-size:12px; }
	.prod_default .prod_infos{padding: 6px;}
	.prod_default .prod_infos .price_value{ font-size:18px; }
	.prod_default .prod_top_left,.prod_default .prod_top_right{ width:100%; display: block; }
	.prod_default .prod_middle .prod_title{ font-size:14px; }
	.prod_default .prod_middle .prod_detail{ font-size:12px; }
	.prod_default .prod_bottom .prod_btn{ line-height:3; font-size:12px; margin: 0;}
	.prod_default .prod_details {font-size: 12px;width: 100%;display: block;}
	.prod_default .prod_pernum {width: 100%;font-size: 14px;}
	.prod_default .end_text,.prod_default .end_time{display: inline-block;}
	.prod_default .prod_pernum{display: none;}
	.prod_default .pro_button{margin: 0;}
	.prod_default .p_price {line-height: 23px;white-space: nowrap;display: block !important;}
/*拼购结束*/
	.prod_default .p_price2 {padding-top: 5px;}
	.prod_default .prod_info{padding: 6px;}
	.prod_default .unit,.prod_default .p_vip .v_jg,.prod_default .v_unit{font-size: 12px;}
	.prod_default .p_vip{height: 18px; line-height: 23px;}
	.prod_default .v_value{font-size: 14px;}
	.prod_default .p_value{font-size: 18px;}
	.prod_default .prod .p_detail{display: none !important;}
	.prod_default .p_vip {position: relative;float: none !important;clear:both;text-align: left !important;}
}

/*pc*/
#productList_style_01_1517642167719 li{width: 23.5%;}
#productList_style_01_1517642167719 li.prod_Item{margin-bottom:2%;}
@media screen and (max-width: 1024px){/*ipad*/
	#productList_style_01_1517642167719 li{width: 23.5%;}
	#productList_style_01_1517642167719 li.prod_Item{margin-bottom:2%;}
}
@media screen and (max-width: 768px){/*mobi*/
	#productList_style_01_1517642167719 li{width: 49%;}
	#productList_style_01_1517642167719 li.prod_Item{margin-bottom:2%;}
}

#productList_style_01_1517642167719 .p_detail.pc {display:block;}
#productList_style_01_1517642167719 .p_detail.pad, #productList_style_01_1517642167719 .p_detail.mobile {display:none;}
	@media screen and (min-width:641px) and (max-width:1200px) {
	#productList_style_01_1517642167719 .p_detail.pad {display:block;}
	#productList_style_01_1517642167719 .p_detail.pc, #productList_style_01_1517642167719 .p_detail.mobile {display:none;}
	}
	@media screen and (max-width:640px) {
	#productList_style_01_1517642167719 .p_detail.mobile {display:block;}
	#productList_style_01_1517642167719 .p_detail.pc, #productList_style_01_1517642167719 .p_detail.pad {display:none;}
	}

#productList_style_01_1517642167719 .p_name.pc {display:block;}
#productList_style_01_1517642167719 .p_name.pad, #productList_style_01_1517642167719 .p_name.mobile {display:none;}
	@media screen and (min-width:641px) and (max-width:1200px) {
	#productList_style_01_1517642167719 .p_name.pad {display:block;}
	#productList_style_01_1517642167719 .p_name.pc, #productList_style_01_1517642167719 .p_name.mobile {display:none;}
	}
	@media screen and (max-width:640px) {
	#productList_style_01_1517642167719 .p_name.mobile {display:block;}
	#productList_style_01_1517642167719 .p_name.pc, #productList_style_01_1517642167719 .p_name.pad {display:none;}
	}



/*产品状态  新品  推荐*/
 .status{ color:red; display:inline-block; border:1px solid red; padding:0 2px; margin-right:5px; text-align: center; font-size:12px; font-family:'Times New Roman'; vertical-align: middle; text-indent: 0px;}



	#productList_style_01_1517642167719 .page_btn{ font-size:14px; text-align: center;}
	#productList_style_01_1517642167719 .page_btn .all_page{ display:inline-block; margin:0 10px; }
	#productList_style_01_1517642167719 .page:hover{ background:red; color:white; cursor:pointer;}
	#productList_style_01_1517642167719 .page_btn .cur{ background:red; color:white; cursor:pointer;}
	#productList_style_01_1517642167719 .submit_div{ display: inline-block; }
	
	#productList_style_01_1517642167719 .page_btn input{ width:50px; margin:0 5px;}
	#productList_style_01_1517642167719 .page_btn input:hover{ cursor:default; background:white; color:#333;}
	#productList_style_01_1517642167719 .page_submit{margin-left:5px;}
	#productList_style_01_1517642167719 .page{display:inline-block; border:none; background:white; text-align: center; width:auto; padding:0 15px; margin:0 .5px; height:auto; line-height:35px; box-sizing: border-box; -webkit-box-sizing: border-box; border:1px solid #e5e5e5;}
	@media screen and (max-width:640px) {
			#productList_style_01_1517642167719 .page_btn{ font-size:12px; }
			#productList_style_01_1517642167719 .submit_div{ display:none; }
		}

			#productList_style_01_1517642167719 .page{width:auto; margin:0 5px 10px 5px; border-radius:5px;  }
		@media screen and (max-width:640px) {
			#productList_style_01_1517642167719 .page{line-height:30px; padding:0 13px;}
		}
		

#tab_style_03_1514972705077 #div_tab_style_03_1514972705077 .tab_right_arrow{display:none;width:40px;height:40px;opacity:1;right:10px;}
#tab_style_03_1514972705077 #div_tab_style_03_1514972705077 .tab_left_arrow{display:none;width:40px;height:40px;opacity:1;left:10px;}
#tab_style_03_1514972705077 #div_tab_style_03_1514972705077 .tab_img{display:none;}
#tab_style_03_1514972705077 #div_tab_style_03_1514972705077 .tab_ul{text-align:center}
#tab_style_03_1514972705077 #div_tab_style_03_1514972705077 .tab_nav{display:block !important;}
.squareButton { width: 100%; height:32px; background: #fff; color: #333; box-sizing: border-box; border: 1px solid #ccc; border-radius: 4px; font-size: 14px; cursor: pointer; transition: all ease-in .1s; -webkit-transition: all ease-in .1s; -moz-transition: all ease-in .1s; -o-transition: all ease-in .1s; }ba.niceTab.tabStyle_3 { position: relative; width: 100%; height: 100%;}
.niceTab.tabStyle_3 li{-webkit-transition: all ease-out .2s; -moz-transition: all ease-out .2s; -o-transition: all ease-out .2s; transition: all ease-out .2s}

/*标签样式*/
.tab_nav { position: absolute; z-index: 2; overflow: hidden;}
.tab_ul { text-align: left;/* 该设置可将标签居左left、居中center、居右right,仅对标签在上面或标签在下面可用 */}
.tab_li { display: inline-block; text-align: center; background: #f6f5f4; font-size: 12px; border: 0; cursor: pointer; box-sizing: border-box;}
.tab_ul .tabCurItem { background: #eee;}
.tab_img img { width: 18px; height: 14px;}
.tab_img { vertical-align: middle;}
.tab_txt { vertical-align: middle; -moz-user-select:none; -khtml-user-select:none; -webkit-user-select:none; color: inherit !important;}
.tab_txt p{ white-space: nowrap; font-size:inherit; color:inherit; }

/*内容区样式*/
.tab_box { position: absolute; left: 0; z-index: 1;}
.tab_content { position: relative; width:100%; height:100%; overflow:hidden;}
.tab_main { background: #eee; width: 100%; height: 100%; box-sizing: border-box;}
.tab_div { width: 100%; height: 100%; display: none; overflow:hidden;}
.niceTabShow { display: block;}

/*选项卡左右箭头*/
.tab_left_arrow { position: absolute; cursor: pointer; top: 50%; left: 10px;/*左箭头边距*/ /*width: 40px; height: 40px;*/ background: url(../img/tab/style_03/arrow_left.png) no-repeat center center !important; background-size:auto 80%; transform: translate(0,-50%); -webkit-transform: translate(0,-50%); -moz-transform: translate(0,-50%); -ms-transform: translate(0,-50%); -o-transform: translate(0,-50%); opacity:1; z-index:999999; display:none;}
.tab_right_arrow { position: absolute; cursor: pointer; top: 50%; right: 10px;/*右箭头边距*/ width: 40px; height: 40px; background: url(../img/tab/style_03/arrow_right.png) no-repeat center center !important; background-size:auto 80%; transform: translate(0,-50%); -webkit-transform: translate(0,-50%); -moz-transform: translate(0,-50%); -ms-transform: translate(0,-50%); -o-transform: translate(0,-50%); opacity:1; z-index:999999; display:none;}
.tab_content:hover .tab_left_arrow,.tab_content:hover .tab_right_arrow{display:block;}

/*=========  标签位置  ==========*/

/*标签顶部样式*/
.tab_nav_top{ left: 0; top: 0; width: 100%; height: 50px;/*标签高度可以随意设置*/}
.tab_scroll_top { overflow-x: scroll !important; overflow-y: hidden; width: 100%; height: calc(100% + 17px);}
.tab_ul_top { min-width: 100%; height: 100%;/*该宽度是默认宽度，程序读取后替换*/}
.tab_li_top { height: 100%;/*标签宽度可以随意设置*/}
.tab_box_top { width: 100%; height: calc(100% - 50px);/*减掉标签的高度*/ top: 50px;/*标签的高度*/}

/*标签左侧样式*/
.tab_nav_left { left: 0; top: 0; width: 50px;/*标签宽度可以随意设置*/ height: 100%;}
.tab_scroll_left { overflow-x: hidden; overflow-y: scroll !important; width: calc(100% + 17px); height: 100%;}
.tab_ul_left { height:100%;/*该标签的宽度要和.tab_nav_left宽度一样;*/}
.tab_li_left {  width: 100%; /*标签高度可以随意设置*/}
.tab_box_left { height: 100%; width: calc(100% - 50px);/*减掉标签的宽度*/ left: 50px;/*标签的宽度*/}

/*标签底部样式*/
.tab_nav_bottom { right: 0; bottom: 0; width: 100%; height: 50px;/*标签高度可以随意设置*/}
.tab_scroll_bottom { overflow-x: scroll !important; overflow-y: hidden; width: 100%; height: calc(100% + 17px);}
.tab_ul_bottom { min-width: 100%; height: 100%; /*该宽度是默认宽度，程序读取后替换*/}
.tab_li_bottom { height: 100%;/*标签宽度可以随意设置*/}
.tab_box_bottom { width: 100%; height: calc(100% - 50px);/*减掉标签的高度*/ bottom: 50px;/*标签的高度*/}

/*标签左侧样式*/
.tab_nav_right { right: 0; bottom: 0; width: 50px;/*标签宽度可以随意设置*/ height: 100%;}
.tab_scroll_right { overflow-x: hidden; overflow-y: scroll !important; width: calc(100% + 17px); height: 100%;}
.tab_ul_right { height:100%;/*该标签的宽度要和.tab_nav_left宽度一样;*/}
.tab_li_right {  width: 100%; /*标签高度可以随意设置*/}
.tab_box_right { height: 100%; width: calc(100% - 50px);/*减掉标签的宽度*/ right: 50px;/*标签的宽度*/}

.tab_pos_r {  position: relative; top: 50%; left: 50%; padding:0 1em; transform: translate(-50%,-50%); -webkit-transform: translate(-50%,-50%); -moz-transform: translate(-50%,-50%); -o-transform: translate(-50%,-50%);}
.tab_pos_n { padding:1em 0;}


@media screen and (max-width:991px){
}
@media screen and (max-width:768px){
}
@media screen and (max-width:320px){
}

/*产品样式*/
.prod_default{width:100%; clear: both;}
.prod_default *{transition: all ease .2s; -webkit-transition: all ease .2s; -moz-transition: all ease .2s; -o-transition: all ease .2s; box-sizing: border-box;}
.prod_default ul{width: 100%; display: -webkit-flex; display: -moz-flex; display: flex; flex-wrap:wrap; justify-content:space-between;}
.prod_default .prod_Item{list-style:none; height:auto; padding: 0px; box-sizing:border-box; margin-bottom: 1%;}
.prod_default .relative{position:relative; width:100%; height:auto; overflow:hidden;}
.prod_default .prodImg_box{position:relative; width:100%; overflow: hidden; background: #eee; box-sizing: border-box;}
.prod_default .prod_img{position:absolute; left:0; right:0; top:0; bottom:0; overflow:hidden;}
.prod_default .prod_img span{position: absolute; left: 35%; top: 35%; right: 35%; bottom: 35%; background: none;}
.prod_default .prod_Item:hover .prod_img{transform: scale(1.05); -webkit-transform: scale(1.05); -moz-transform: scale(1.05); -o-transform: scale(1.05);}
.prod_default .prod_Item:hover .prod_img span{background: rgba(255,255,255,.25); left: 0; top: 0; right: 0; bottom: 0;}
.prod_default .prod_img img.horizontal{width:100%; height:auto; position: absolute; top: 50%; left:0; transform: translateY(-50%); -webkit-transform: translateY(-50%); -moz-transform: translateY(-50%); -o-transform: translateY(-50%); -ms-transform: translateY(-50%);}
.prod_default .prod_img img.vertical{width:auto; height:100%; position: absolute; left: 50%; top:0; transform: translateX(-50%); -webkit-transform: translateX(-50%); -moz-transform: translateX(-50%); -o-transform: translateX(-50%); -ms-transform: translateX(-50%);}
.prod_default .dummy{margin-top:75%}/*控制产品图片显示比例*/
.prod_default .prod_info {overflow: hidden; width: 100%; padding-top: 10px; box-sizing: border-box; }
.prod_default .p_name {margin-bottom: 5px; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; font-size: 14px; color: #333; line-height: 1.4; width: 100%;}
.prod_default .p_name a {font-size: inherit; color: inherit; line-height: inherit; display: block;}/*文字两行后自动超出隐藏*/
.prod_default .p_detail { font-size: 12px; color: #666; display: block; margin-bottom: 5px; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden;}/*文字两行后自动超出隐藏*/
.prod_default .p_group { margin-bottom: 5px; display: block; float: left; width:50%; color: #666; font-size: 12px;}
.prod_default .p_group .p_lb{display: none;}
.prod_default .p_line{margin-bottom: 5px; overflow: hidden;; width: 100%;}
.prod_default .p_num { margin-bottom: 5px; display: block; float: right; text-align: right; width: 50%; color: #666; font-size: 12px;}
.prod_default .p_jg{display: none;}
.prod_default .p_price {float: left; line-height: 1; white-space: nowrap;display: block !important; }
.prod_default .p_value {color: #ff002a; font-size:26px;}
.prod_default .zhekou {color: #ff002a; font-size:16px;font-weight: bold;}
.prod_default .prod_info .unit {color: #ff002a;font-size: 16px;}
.prod_default .p_vip {display: block; float: right; text-align: right; line-height:30px; height: 26px; white-space: nowrap;position: absolute;right:0;}
.prod_default .p_vip .v_jg{color:#666; font-size: 12px;}
.prod_default .v_value {color: #333; font-size: 18px;}
.prod_default .v_unit {color: #333;font-size: 12px;}
.prod_default .pro_button {margin: 10px 0 0; overflow: hidden;}
.prod_default .p_link { float: left; width: 48%; text-align: center;}
.prod_default .p_link a {display: block; padding: 10px 15px;}
.prod_default .p_cart { text-align: center;}
.prod_default .p_cart a {display: block; padding: 9px 15px; background: #f00; color: #fff;}
.prod_default a{text-decoration:none; }  
.prod_default .p_price2 {clear:both; line-height: 1; white-space: nowrap;font-size:12px !important;color:gray !important;}
.prod_default .p_price2 .p_jg{font-size:14px;color:gray;}
.prod_default .p_price2 .unit{font-size:14px;color:gray;}
.prod_default .p_price2 .p_value{font-size:14px;color:gray;}
.prod_default .p_price2 .p_value{font-size:14px;color:gray;}

.prod_default .freeinfo{ clear:both; overflow:hidden;}
.prod_default .freeinfo span{ display:block; float:left; border:1px solid red; border-radius:5px; padding:0 5px; color:red; margin-right:5px; box-sizing: border-box; }


/*拼购*/
.prod_default .Collage_item{}
.prod_default .Collage_ico{ position:absolute; left:10px; top:0; width:40px; height:40px; z-index: 100;}
.prod_default .Collage_ico img{ width:100%; height:100%; vertical-align: top; }
.prod_default .prod_top{ background-color:#ff5656; overflow:hidden; padding:10px 10px; color:white; font-size:14px;}
.prod_default .prod_top_left{ display:inline-block; width:100%; overflow:hidden; vertical-align: middle;}
.prod_default .prod_price{ display:inline-block;color: #ff002a;}
.prod_default .prod_old_price{ font-size:12px; text-decoration:line-through; display:inline-block;}
.prod_default .prod_infos .price_value{ font-size:26px; }
.prod_default .prod_infos .units{font-size:16px;}
.prod_default .prod_infos .zero{ font-size:12px; }
.prod_default .prod_top_right{ display:inline-block; width:100%; vertical-align: middle;position: absolute;bottom: 0;z-index: 99;padding: 10px;background: #f00;color: #fff;}
.prod_default .prod_details{width: 100%; display: inline-block; overflow: hidden; white-space: nowrap;font-size: 14px;}
.prod_default .prod_pernum{width: 100%; display: inline-block; overflow: hidden; white-space: nowrap;text-align: right;font-size: 14px;}


.prod_default .prod_middle .prod_title{ font-size:14px; line-height:1.5;  margin-bottom: 5px;}
.prod_default .prod_middle .prod_detail{ font-size:12px; color:#666;    margin-bottom: 5px; }

.prod_default .prod_bottom .prod_btn{ line-height:3; font-size:12px; background-color:#f00; color:white; text-align: center; margin: 10px 0;}
.prod_default .pc{ display:block; }
.prod_default .pad,.prod_default .mobile{display:none;}
@media screen and (max-width: 1200px) and (min-width: 641px){
	.prod_default .pad{ display:block; }
	.prod_default .pc,.prod_default .mobile{display:none;}
}
@media screen and (max-width: 640px){
	.prod_default .mobile{ display:block; }
	.prod_default .pc,.prod_default .pad{display:none;}
	.prod_default .Collage_ico{ width:30px; height:30px; }
	.prod_default .prod_top{ font-size:12px; }
	.prod_default .prod_infos{padding: 6px;}
	.prod_default .prod_infos .price_value{ font-size:18px; }
	.prod_default .prod_top_left,.prod_default .prod_top_right{ width:100%; display: block; }
	.prod_default .prod_middle .prod_title{ font-size:14px; }
	.prod_default .prod_middle .prod_detail{ font-size:12px; }
	.prod_default .prod_bottom .prod_btn{ line-height:3; font-size:12px; margin: 0;}
	.prod_default .prod_details {font-size: 12px;width: 100%;display: block;}
	.prod_default .prod_pernum {width: 100%;font-size: 14px;}
	.prod_default .end_text,.prod_default .end_time{display: inline-block;}
	.prod_default .prod_pernum{display: none;}
	.prod_default .pro_button{margin: 0;}
	.prod_default .p_price {line-height: 23px;white-space: nowrap;display: block !important;}
/*拼购结束*/
	.prod_default .p_price2 {padding-top: 5px;}
	.prod_default .prod_info{padding: 6px;}
	.prod_default .unit,.prod_default .p_vip .v_jg,.prod_default .v_unit{font-size: 12px;}
	.prod_default .p_vip{height: 18px; line-height: 23px;}
	.prod_default .v_value{font-size: 14px;}
	.prod_default .p_value{font-size: 18px;}
	.prod_default .prod .p_detail{display: none !important;}
	.prod_default .p_vip {position: relative;float: none !important;clear:both;text-align: left !important;}
}

/*pc*/
#productList_style_01_1515502629260 li{width: 23.5%;}
#productList_style_01_1515502629260 li.prod_Item{margin-bottom:2%;}
@media screen and (max-width: 1024px){/*ipad*/
	#productList_style_01_1515502629260 li{width: 23.5%;}
	#productList_style_01_1515502629260 li.prod_Item{margin-bottom:2%;}
}
@media screen and (max-width: 768px){/*mobi*/
	#productList_style_01_1515502629260 li{width: 49%;}
	#productList_style_01_1515502629260 li.prod_Item{margin-bottom:2%;}
}

#productList_style_01_1515502629260 .p_detail.pc {display:block;}
#productList_style_01_1515502629260 .p_detail.pad, #productList_style_01_1515502629260 .p_detail.mobile {display:none;}
	@media screen and (min-width:641px) and (max-width:1200px) {
	#productList_style_01_1515502629260 .p_detail.pad {display:block;}
	#productList_style_01_1515502629260 .p_detail.pc, #productList_style_01_1515502629260 .p_detail.mobile {display:none;}
	}
	@media screen and (max-width:640px) {
	#productList_style_01_1515502629260 .p_detail.mobile {display:block;}
	#productList_style_01_1515502629260 .p_detail.pc, #productList_style_01_1515502629260 .p_detail.pad {display:none;}
	}

#productList_style_01_1515502629260 .p_name.pc {display:block;}
#productList_style_01_1515502629260 .p_name.pad, #productList_style_01_1515502629260 .p_name.mobile {display:none;}
	@media screen and (min-width:641px) and (max-width:1200px) {
	#productList_style_01_1515502629260 .p_name.pad {display:block;}
	#productList_style_01_1515502629260 .p_name.pc, #productList_style_01_1515502629260 .p_name.mobile {display:none;}
	}
	@media screen and (max-width:640px) {
	#productList_style_01_1515502629260 .p_name.mobile {display:block;}
	#productList_style_01_1515502629260 .p_name.pc, #productList_style_01_1515502629260 .p_name.pad {display:none;}
	}



/*产品状态  新品  推荐*/
 .status{ color:red; display:inline-block; border:1px solid red; padding:0 2px; margin-right:5px; text-align: center; font-size:12px; font-family:'Times New Roman'; vertical-align: middle; text-indent: 0px;}



	#productList_style_01_1515502629260 .page_btn{ font-size:14px; text-align: center;}
	#productList_style_01_1515502629260 .page_btn .all_page{ display:inline-block; margin:0 10px; }
	#productList_style_01_1515502629260 .page:hover{ background:red; color:white; cursor:pointer;}
	#productList_style_01_1515502629260 .page_btn .cur{ background:red; color:white; cursor:pointer;}
	#productList_style_01_1515502629260 .submit_div{ display: inline-block; }
	
	#productList_style_01_1515502629260 .page_btn input{ width:50px; margin:0 5px;}
	#productList_style_01_1515502629260 .page_btn input:hover{ cursor:default; background:white; color:#333;}
	#productList_style_01_1515502629260 .page_submit{margin-left:5px;}
	#productList_style_01_1515502629260 .page{display:inline-block; border:none; background:white; text-align: center; width:auto; padding:0 15px; margin:0 .5px; height:auto; line-height:35px; box-sizing: border-box; -webkit-box-sizing: border-box; border:1px solid #e5e5e5;}
	@media screen and (max-width:640px) {
			#productList_style_01_1515502629260 .page_btn{ font-size:12px; }
			#productList_style_01_1515502629260 .submit_div{ display:none; }
		}

			#productList_style_01_1515502629260 .page{width:auto; margin:0 5px 10px 5px; border-radius:5px;  }
		@media screen and (max-width:640px) {
			#productList_style_01_1515502629260 .page{line-height:30px; padding:0 13px;}
		}
		/*产品样式*/
.prod_default{width:100%; clear: both;}
.prod_default *{transition: all ease .2s; -webkit-transition: all ease .2s; -moz-transition: all ease .2s; -o-transition: all ease .2s; box-sizing: border-box;}
.prod_default ul{width: 100%; display: -webkit-flex; display: -moz-flex; display: flex; flex-wrap:wrap; justify-content:space-between;}
.prod_default .prod_Item{list-style:none; height:auto; padding: 0px; box-sizing:border-box; margin-bottom: 1%;}
.prod_default .relative{position:relative; width:100%; height:auto; overflow:hidden;}
.prod_default .prodImg_box{position:relative; width:100%; overflow: hidden; background: #eee; box-sizing: border-box;}
.prod_default .prod_img{position:absolute; left:0; right:0; top:0; bottom:0; overflow:hidden;}
.prod_default .prod_img span{position: absolute; left: 35%; top: 35%; right: 35%; bottom: 35%; background: none;}
.prod_default .prod_Item:hover .prod_img{transform: scale(1.05); -webkit-transform: scale(1.05); -moz-transform: scale(1.05); -o-transform: scale(1.05);}
.prod_default .prod_Item:hover .prod_img span{background: rgba(255,255,255,.25); left: 0; top: 0; right: 0; bottom: 0;}
.prod_default .prod_img img.horizontal{width:100%; height:auto; position: absolute; top: 50%; left:0; transform: translateY(-50%); -webkit-transform: translateY(-50%); -moz-transform: translateY(-50%); -o-transform: translateY(-50%); -ms-transform: translateY(-50%);}
.prod_default .prod_img img.vertical{width:auto; height:100%; position: absolute; left: 50%; top:0; transform: translateX(-50%); -webkit-transform: translateX(-50%); -moz-transform: translateX(-50%); -o-transform: translateX(-50%); -ms-transform: translateX(-50%);}
.prod_default .dummy{margin-top:75%}/*控制产品图片显示比例*/
.prod_default .prod_info {overflow: hidden; width: 100%; padding-top: 10px; box-sizing: border-box; }
.prod_default .p_name {margin-bottom: 5px; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; font-size: 14px; color: #333; line-height: 1.4; width: 100%;}
.prod_default .p_name a {font-size: inherit; color: inherit; line-height: inherit; display: block;}/*文字两行后自动超出隐藏*/
.prod_default .p_detail { font-size: 12px; color: #666; display: block; margin-bottom: 5px; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden;}/*文字两行后自动超出隐藏*/
.prod_default .p_group { margin-bottom: 5px; display: block; float: left; width:50%; color: #666; font-size: 12px;}
.prod_default .p_group .p_lb{display: none;}
.prod_default .p_line{margin-bottom: 5px; overflow: hidden;; width: 100%;}
.prod_default .p_num { margin-bottom: 5px; display: block; float: right; text-align: right; width: 50%; color: #666; font-size: 12px;}
.prod_default .p_jg{display: none;}
.prod_default .p_price {float: left; line-height: 1; white-space: nowrap;display: block !important; }
.prod_default .p_value {color: #ff002a; font-size:26px;}
.prod_default .zhekou {color: #ff002a; font-size:16px;font-weight: bold;}
.prod_default .prod_info .unit {color: #ff002a;font-size: 16px;}
.prod_default .p_vip {display: block; float: right; text-align: right; line-height:30px; height: 26px; white-space: nowrap;position: absolute;right:0;}
.prod_default .p_vip .v_jg{color:#666; font-size: 12px;}
.prod_default .v_value {color: #333; font-size: 18px;}
.prod_default .v_unit {color: #333;font-size: 12px;}
.prod_default .pro_button {margin: 10px 0 0; overflow: hidden;}
.prod_default .p_link { float: left; width: 48%; text-align: center;}
.prod_default .p_link a {display: block; padding: 10px 15px;}
.prod_default .p_cart { text-align: center;}
.prod_default .p_cart a {display: block; padding: 9px 15px; background: #f00; color: #fff;}
.prod_default a{text-decoration:none; }  
.prod_default .p_price2 {clear:both; line-height: 1; white-space: nowrap;font-size:12px !important;color:gray !important;}
.prod_default .p_price2 .p_jg{font-size:14px;color:gray;}
.prod_default .p_price2 .unit{font-size:14px;color:gray;}
.prod_default .p_price2 .p_value{font-size:14px;color:gray;}
.prod_default .p_price2 .p_value{font-size:14px;color:gray;}

.prod_default .freeinfo{ clear:both; overflow:hidden;}
.prod_default .freeinfo span{ display:block; float:left; border:1px solid red; border-radius:5px; padding:0 5px; color:red; margin-right:5px; box-sizing: border-box; }


/*拼购*/
.prod_default .Collage_item{}
.prod_default .Collage_ico{ position:absolute; left:10px; top:0; width:40px; height:40px; z-index: 100;}
.prod_default .Collage_ico img{ width:100%; height:100%; vertical-align: top; }
.prod_default .prod_top{ background-color:#ff5656; overflow:hidden; padding:10px 10px; color:white; font-size:14px;}
.prod_default .prod_top_left{ display:inline-block; width:100%; overflow:hidden; vertical-align: middle;}
.prod_default .prod_price{ display:inline-block;color: #ff002a;}
.prod_default .prod_old_price{ font-size:12px; text-decoration:line-through; display:inline-block;}
.prod_default .prod_infos .price_value{ font-size:26px; }
.prod_default .prod_infos .units{font-size:16px;}
.prod_default .prod_infos .zero{ font-size:12px; }
.prod_default .prod_top_right{ display:inline-block; width:100%; vertical-align: middle;position: absolute;bottom: 0;z-index: 99;padding: 10px;background: #f00;color: #fff;}
.prod_default .prod_details{width: 100%; display: inline-block; overflow: hidden; white-space: nowrap;font-size: 14px;}
.prod_default .prod_pernum{width: 100%; display: inline-block; overflow: hidden; white-space: nowrap;text-align: right;font-size: 14px;}


.prod_default .prod_middle .prod_title{ font-size:14px; line-height:1.5;  margin-bottom: 5px;}
.prod_default .prod_middle .prod_detail{ font-size:12px; color:#666;    margin-bottom: 5px; }

.prod_default .prod_bottom .prod_btn{ line-height:3; font-size:12px; background-color:#f00; color:white; text-align: center; margin: 10px 0;}
.prod_default .pc{ display:block; }
.prod_default .pad,.prod_default .mobile{display:none;}
@media screen and (max-width: 1200px) and (min-width: 641px){
	.prod_default .pad{ display:block; }
	.prod_default .pc,.prod_default .mobile{display:none;}
}
@media screen and (max-width: 640px){
	.prod_default .mobile{ display:block; }
	.prod_default .pc,.prod_default .pad{display:none;}
	.prod_default .Collage_ico{ width:30px; height:30px; }
	.prod_default .prod_top{ font-size:12px; }
	.prod_default .prod_infos{padding: 6px;}
	.prod_default .prod_infos .price_value{ font-size:18px; }
	.prod_default .prod_top_left,.prod_default .prod_top_right{ width:100%; display: block; }
	.prod_default .prod_middle .prod_title{ font-size:14px; }
	.prod_default .prod_middle .prod_detail{ font-size:12px; }
	.prod_default .prod_bottom .prod_btn{ line-height:3; font-size:12px; margin: 0;}
	.prod_default .prod_details {font-size: 12px;width: 100%;display: block;}
	.prod_default .prod_pernum {width: 100%;font-size: 14px;}
	.prod_default .end_text,.prod_default .end_time{display: inline-block;}
	.prod_default .prod_pernum{display: none;}
	.prod_default .pro_button{margin: 0;}
	.prod_default .p_price {line-height: 23px;white-space: nowrap;display: block !important;}
/*拼购结束*/
	.prod_default .p_price2 {padding-top: 5px;}
	.prod_default .prod_info{padding: 6px;}
	.prod_default .unit,.prod_default .p_vip .v_jg,.prod_default .v_unit{font-size: 12px;}
	.prod_default .p_vip{height: 18px; line-height: 23px;}
	.prod_default .v_value{font-size: 14px;}
	.prod_default .p_value{font-size: 18px;}
	.prod_default .prod .p_detail{display: none !important;}
	.prod_default .p_vip {position: relative;float: none !important;clear:both;text-align: left !important;}
}

/*pc*/
#productList_style_01_1515502629269 li{width: 23.5%;}
#productList_style_01_1515502629269 li.prod_Item{margin-bottom:2%;}
@media screen and (max-width: 1024px){/*ipad*/
	#productList_style_01_1515502629269 li{width: 23.5%;}
	#productList_style_01_1515502629269 li.prod_Item{margin-bottom:2%;}
}
@media screen and (max-width: 768px){/*mobi*/
	#productList_style_01_1515502629269 li{width: 49%;}
	#productList_style_01_1515502629269 li.prod_Item{margin-bottom:2%;}
}

#productList_style_01_1515502629269 .p_detail.pc {display:block;}
#productList_style_01_1515502629269 .p_detail.pad, #productList_style_01_1515502629269 .p_detail.mobile {display:none;}
	@media screen and (min-width:641px) and (max-width:1200px) {
	#productList_style_01_1515502629269 .p_detail.pad {display:block;}
	#productList_style_01_1515502629269 .p_detail.pc, #productList_style_01_1515502629269 .p_detail.mobile {display:none;}
	}
	@media screen and (max-width:640px) {
	#productList_style_01_1515502629269 .p_detail.mobile {display:block;}
	#productList_style_01_1515502629269 .p_detail.pc, #productList_style_01_1515502629269 .p_detail.pad {display:none;}
	}

#productList_style_01_1515502629269 .p_name.pc {display:block;}
#productList_style_01_1515502629269 .p_name.pad, #productList_style_01_1515502629269 .p_name.mobile {display:none;}
	@media screen and (min-width:641px) and (max-width:1200px) {
	#productList_style_01_1515502629269 .p_name.pad {display:block;}
	#productList_style_01_1515502629269 .p_name.pc, #productList_style_01_1515502629269 .p_name.mobile {display:none;}
	}
	@media screen and (max-width:640px) {
	#productList_style_01_1515502629269 .p_name.mobile {display:block;}
	#productList_style_01_1515502629269 .p_name.pc, #productList_style_01_1515502629269 .p_name.pad {display:none;}
	}



/*产品状态  新品  推荐*/
 .status{ color:red; display:inline-block; border:1px solid red; padding:0 2px; margin-right:5px; text-align: center; font-size:12px; font-family:'Times New Roman'; vertical-align: middle; text-indent: 0px;}



	#productList_style_01_1515502629269 .page_btn{ font-size:14px; text-align: center;}
	#productList_style_01_1515502629269 .page_btn .all_page{ display:inline-block; margin:0 10px; }
	#productList_style_01_1515502629269 .page:hover{ background:red; color:white; cursor:pointer;}
	#productList_style_01_1515502629269 .page_btn .cur{ background:red; color:white; cursor:pointer;}
	#productList_style_01_1515502629269 .submit_div{ display: inline-block; }
	
	#productList_style_01_1515502629269 .page_btn input{ width:50px; margin:0 5px;}
	#productList_style_01_1515502629269 .page_btn input:hover{ cursor:default; background:white; color:#333;}
	#productList_style_01_1515502629269 .page_submit{margin-left:5px;}
	#productList_style_01_1515502629269 .page{display:inline-block; border:none; background:white; text-align: center; width:auto; padding:0 15px; margin:0 .5px; height:auto; line-height:35px; box-sizing: border-box; -webkit-box-sizing: border-box; border:1px solid #e5e5e5;}
	@media screen and (max-width:640px) {
			#productList_style_01_1515502629269 .page_btn{ font-size:12px; }
			#productList_style_01_1515502629269 .submit_div{ display:none; }
		}

			#productList_style_01_1515502629269 .page{width:auto; margin:0 5px 10px 5px; border-radius:5px;  }
		@media screen and (max-width:640px) {
			#productList_style_01_1515502629269 .page{line-height:30px; padding:0 13px;}
		}
		/*产品样式*/
.prod_default{width:100%; clear: both;}
.prod_default *{transition: all ease .2s; -webkit-transition: all ease .2s; -moz-transition: all ease .2s; -o-transition: all ease .2s; box-sizing: border-box;}
.prod_default ul{width: 100%; display: -webkit-flex; display: -moz-flex; display: flex; flex-wrap:wrap; justify-content:space-between;}
.prod_default .prod_Item{list-style:none; height:auto; padding: 0px; box-sizing:border-box; margin-bottom: 1%;}
.prod_default .relative{position:relative; width:100%; height:auto; overflow:hidden;}
.prod_default .prodImg_box{position:relative; width:100%; overflow: hidden; background: #eee; box-sizing: border-box;}
.prod_default .prod_img{position:absolute; left:0; right:0; top:0; bottom:0; overflow:hidden;}
.prod_default .prod_img span{position: absolute; left: 35%; top: 35%; right: 35%; bottom: 35%; background: none;}
.prod_default .prod_Item:hover .prod_img{transform: scale(1.05); -webkit-transform: scale(1.05); -moz-transform: scale(1.05); -o-transform: scale(1.05);}
.prod_default .prod_Item:hover .prod_img span{background: rgba(255,255,255,.25); left: 0; top: 0; right: 0; bottom: 0;}
.prod_default .prod_img img.horizontal{width:100%; height:auto; position: absolute; top: 50%; left:0; transform: translateY(-50%); -webkit-transform: translateY(-50%); -moz-transform: translateY(-50%); -o-transform: translateY(-50%); -ms-transform: translateY(-50%);}
.prod_default .prod_img img.vertical{width:auto; height:100%; position: absolute; left: 50%; top:0; transform: translateX(-50%); -webkit-transform: translateX(-50%); -moz-transform: translateX(-50%); -o-transform: translateX(-50%); -ms-transform: translateX(-50%);}
.prod_default .dummy{margin-top:75%}/*控制产品图片显示比例*/
.prod_default .prod_info {overflow: hidden; width: 100%; padding-top: 10px; box-sizing: border-box; }
.prod_default .p_name {margin-bottom: 5px; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; font-size: 14px; color: #333; line-height: 1.4; width: 100%;}
.prod_default .p_name a {font-size: inherit; color: inherit; line-height: inherit; display: block;}/*文字两行后自动超出隐藏*/
.prod_default .p_detail { font-size: 12px; color: #666; display: block; margin-bottom: 5px; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden;}/*文字两行后自动超出隐藏*/
.prod_default .p_group { margin-bottom: 5px; display: block; float: left; width:50%; color: #666; font-size: 12px;}
.prod_default .p_group .p_lb{display: none;}
.prod_default .p_line{margin-bottom: 5px; overflow: hidden;; width: 100%;}
.prod_default .p_num { margin-bottom: 5px; display: block; float: right; text-align: right; width: 50%; color: #666; font-size: 12px;}
.prod_default .p_jg{display: none;}
.prod_default .p_price {float: left; line-height: 1; white-space: nowrap;display: block !important; }
.prod_default .p_value {color: #ff002a; font-size:26px;}
.prod_default .zhekou {color: #ff002a; font-size:16px;font-weight: bold;}
.prod_default .prod_info .unit {color: #ff002a;font-size: 16px;}
.prod_default .p_vip {display: block; float: right; text-align: right; line-height:30px; height: 26px; white-space: nowrap;position: absolute;right:0;}
.prod_default .p_vip .v_jg{color:#666; font-size: 12px;}
.prod_default .v_value {color: #333; font-size: 18px;}
.prod_default .v_unit {color: #333;font-size: 12px;}
.prod_default .pro_button {margin: 10px 0 0; overflow: hidden;}
.prod_default .p_link { float: left; width: 48%; text-align: center;}
.prod_default .p_link a {display: block; padding: 10px 15px;}
.prod_default .p_cart { text-align: center;}
.prod_default .p_cart a {display: block; padding: 9px 15px; background: #f00; color: #fff;}
.prod_default a{text-decoration:none; }  
.prod_default .p_price2 {clear:both; line-height: 1; white-space: nowrap;font-size:12px !important;color:gray !important;}
.prod_default .p_price2 .p_jg{font-size:14px;color:gray;}
.prod_default .p_price2 .unit{font-size:14px;color:gray;}
.prod_default .p_price2 .p_value{font-size:14px;color:gray;}
.prod_default .p_price2 .p_value{font-size:14px;color:gray;}

.prod_default .freeinfo{ clear:both; overflow:hidden;}
.prod_default .freeinfo span{ display:block; float:left; border:1px solid red; border-radius:5px; padding:0 5px; color:red; margin-right:5px; box-sizing: border-box; }


/*拼购*/
.prod_default .Collage_item{}
.prod_default .Collage_ico{ position:absolute; left:10px; top:0; width:40px; height:40px; z-index: 100;}
.prod_default .Collage_ico img{ width:100%; height:100%; vertical-align: top; }
.prod_default .prod_top{ background-color:#ff5656; overflow:hidden; padding:10px 10px; color:white; font-size:14px;}
.prod_default .prod_top_left{ display:inline-block; width:100%; overflow:hidden; vertical-align: middle;}
.prod_default .prod_price{ display:inline-block;color: #ff002a;}
.prod_default .prod_old_price{ font-size:12px; text-decoration:line-through; display:inline-block;}
.prod_default .prod_infos .price_value{ font-size:26px; }
.prod_default .prod_infos .units{font-size:16px;}
.prod_default .prod_infos .zero{ font-size:12px; }
.prod_default .prod_top_right{ display:inline-block; width:100%; vertical-align: middle;position: absolute;bottom: 0;z-index: 99;padding: 10px;background: #f00;color: #fff;}
.prod_default .prod_details{width: 100%; display: inline-block; overflow: hidden; white-space: nowrap;font-size: 14px;}
.prod_default .prod_pernum{width: 100%; display: inline-block; overflow: hidden; white-space: nowrap;text-align: right;font-size: 14px;}


.prod_default .prod_middle .prod_title{ font-size:14px; line-height:1.5;  margin-bottom: 5px;}
.prod_default .prod_middle .prod_detail{ font-size:12px; color:#666;    margin-bottom: 5px; }

.prod_default .prod_bottom .prod_btn{ line-height:3; font-size:12px; background-color:#f00; color:white; text-align: center; margin: 10px 0;}
.prod_default .pc{ display:block; }
.prod_default .pad,.prod_default .mobile{display:none;}
@media screen and (max-width: 1200px) and (min-width: 641px){
	.prod_default .pad{ display:block; }
	.prod_default .pc,.prod_default .mobile{display:none;}
}
@media screen and (max-width: 640px){
	.prod_default .mobile{ display:block; }
	.prod_default .pc,.prod_default .pad{display:none;}
	.prod_default .Collage_ico{ width:30px; height:30px; }
	.prod_default .prod_top{ font-size:12px; }
	.prod_default .prod_infos{padding: 6px;}
	.prod_default .prod_infos .price_value{ font-size:18px; }
	.prod_default .prod_top_left,.prod_default .prod_top_right{ width:100%; display: block; }
	.prod_default .prod_middle .prod_title{ font-size:14px; }
	.prod_default .prod_middle .prod_detail{ font-size:12px; }
	.prod_default .prod_bottom .prod_btn{ line-height:3; font-size:12px; margin: 0;}
	.prod_default .prod_details {font-size: 12px;width: 100%;display: block;}
	.prod_default .prod_pernum {width: 100%;font-size: 14px;}
	.prod_default .end_text,.prod_default .end_time{display: inline-block;}
	.prod_default .prod_pernum{display: none;}
	.prod_default .pro_button{margin: 0;}
	.prod_default .p_price {line-height: 23px;white-space: nowrap;display: block !important;}
/*拼购结束*/
	.prod_default .p_price2 {padding-top: 5px;}
	.prod_default .prod_info{padding: 6px;}
	.prod_default .unit,.prod_default .p_vip .v_jg,.prod_default .v_unit{font-size: 12px;}
	.prod_default .p_vip{height: 18px; line-height: 23px;}
	.prod_default .v_value{font-size: 14px;}
	.prod_default .p_value{font-size: 18px;}
	.prod_default .prod .p_detail{display: none !important;}
	.prod_default .p_vip {position: relative;float: none !important;clear:both;text-align: left !important;}
}

/*pc*/
#productList_style_01_1520817675657 li{width: 23.5%;}
#productList_style_01_1520817675657 li.prod_Item{margin-bottom:2%;}
@media screen and (max-width: 1024px){/*ipad*/
	#productList_style_01_1520817675657 li{width: 23.5%;}
	#productList_style_01_1520817675657 li.prod_Item{margin-bottom:2%;}
}
@media screen and (max-width: 768px){/*mobi*/
	#productList_style_01_1520817675657 li{width: 49%;}
	#productList_style_01_1520817675657 li.prod_Item{margin-bottom:2%;}
}

#productList_style_01_1520817675657 .p_detail.pc {display:block;}
#productList_style_01_1520817675657 .p_detail.pad, #productList_style_01_1520817675657 .p_detail.mobile {display:none;}
	@media screen and (min-width:641px) and (max-width:1200px) {
	#productList_style_01_1520817675657 .p_detail.pad {display:block;}
	#productList_style_01_1520817675657 .p_detail.pc, #productList_style_01_1520817675657 .p_detail.mobile {display:none;}
	}
	@media screen and (max-width:640px) {
	#productList_style_01_1520817675657 .p_detail.mobile {display:block;}
	#productList_style_01_1520817675657 .p_detail.pc, #productList_style_01_1520817675657 .p_detail.pad {display:none;}
	}

#productList_style_01_1520817675657 .p_name.pc {display:block;}
#productList_style_01_1520817675657 .p_name.pad, #productList_style_01_1520817675657 .p_name.mobile {display:none;}
	@media screen and (min-width:641px) and (max-width:1200px) {
	#productList_style_01_1520817675657 .p_name.pad {display:block;}
	#productList_style_01_1520817675657 .p_name.pc, #productList_style_01_1520817675657 .p_name.mobile {display:none;}
	}
	@media screen and (max-width:640px) {
	#productList_style_01_1520817675657 .p_name.mobile {display:block;}
	#productList_style_01_1520817675657 .p_name.pc, #productList_style_01_1520817675657 .p_name.pad {display:none;}
	}



/*产品状态  新品  推荐*/
 .status{ color:red; display:inline-block; border:1px solid red; padding:0 2px; margin-right:5px; text-align: center; font-size:12px; font-family:'Times New Roman'; vertical-align: middle; text-indent: 0px;}



	#productList_style_01_1520817675657 .page_btn{ font-size:14px; text-align: center;}
	#productList_style_01_1520817675657 .page_btn .all_page{ display:inline-block; margin:0 10px; }
	#productList_style_01_1520817675657 .page:hover{ background:red; color:white; cursor:pointer;}
	#productList_style_01_1520817675657 .page_btn .cur{ background:red; color:white; cursor:pointer;}
	#productList_style_01_1520817675657 .submit_div{ display: inline-block; }
	
	#productList_style_01_1520817675657 .page_btn input{ width:50px; margin:0 5px;}
	#productList_style_01_1520817675657 .page_btn input:hover{ cursor:default; background:white; color:#333;}
	#productList_style_01_1520817675657 .page_submit{margin-left:5px;}
	#productList_style_01_1520817675657 .page{display:inline-block; border:none; background:white; text-align: center; width:auto; padding:0 15px; margin:0 .5px; height:auto; line-height:35px; box-sizing: border-box; -webkit-box-sizing: border-box; border:1px solid #e5e5e5;}
	@media screen and (max-width:640px) {
			#productList_style_01_1520817675657 .page_btn{ font-size:12px; }
			#productList_style_01_1520817675657 .submit_div{ display:none; }
		}

			#productList_style_01_1520817675657 .page{width:auto; margin:0 5px 10px 5px; border-radius:5px;  }
		@media screen and (max-width:640px) {
			#productList_style_01_1520817675657 .page{line-height:30px; padding:0 13px;}
		}
		/*产品样式*/
.prod_default{width:100%; clear: both;}
.prod_default *{transition: all ease .2s; -webkit-transition: all ease .2s; -moz-transition: all ease .2s; -o-transition: all ease .2s; box-sizing: border-box;}
.prod_default ul{width: 100%; display: -webkit-flex; display: -moz-flex; display: flex; flex-wrap:wrap; justify-content:space-between;}
.prod_default .prod_Item{list-style:none; height:auto; padding: 0px; box-sizing:border-box; margin-bottom: 1%;}
.prod_default .relative{position:relative; width:100%; height:auto; overflow:hidden;}
.prod_default .prodImg_box{position:relative; width:100%; overflow: hidden; background: #eee; box-sizing: border-box;}
.prod_default .prod_img{position:absolute; left:0; right:0; top:0; bottom:0; overflow:hidden;}
.prod_default .prod_img span{position: absolute; left: 35%; top: 35%; right: 35%; bottom: 35%; background: none;}
.prod_default .prod_Item:hover .prod_img{transform: scale(1.05); -webkit-transform: scale(1.05); -moz-transform: scale(1.05); -o-transform: scale(1.05);}
.prod_default .prod_Item:hover .prod_img span{background: rgba(255,255,255,.25); left: 0; top: 0; right: 0; bottom: 0;}
.prod_default .prod_img img.horizontal{width:100%; height:auto; position: absolute; top: 50%; left:0; transform: translateY(-50%); -webkit-transform: translateY(-50%); -moz-transform: translateY(-50%); -o-transform: translateY(-50%); -ms-transform: translateY(-50%);}
.prod_default .prod_img img.vertical{width:auto; height:100%; position: absolute; left: 50%; top:0; transform: translateX(-50%); -webkit-transform: translateX(-50%); -moz-transform: translateX(-50%); -o-transform: translateX(-50%); -ms-transform: translateX(-50%);}
.prod_default .dummy{margin-top:75%}/*控制产品图片显示比例*/
.prod_default .prod_info {overflow: hidden; width: 100%; padding-top: 10px; box-sizing: border-box; }
.prod_default .p_name {margin-bottom: 5px; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; font-size: 14px; color: #333; line-height: 1.4; width: 100%;}
.prod_default .p_name a {font-size: inherit; color: inherit; line-height: inherit; display: block;}/*文字两行后自动超出隐藏*/
.prod_default .p_detail { font-size: 12px; color: #666; display: block; margin-bottom: 5px; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden;}/*文字两行后自动超出隐藏*/
.prod_default .p_group { margin-bottom: 5px; display: block; float: left; width:50%; color: #666; font-size: 12px;}
.prod_default .p_group .p_lb{display: none;}
.prod_default .p_line{margin-bottom: 5px; overflow: hidden;; width: 100%;}
.prod_default .p_num { margin-bottom: 5px; display: block; float: right; text-align: right; width: 50%; color: #666; font-size: 12px;}
.prod_default .p_jg{display: none;}
.prod_default .p_price {float: left; line-height: 1; white-space: nowrap;display: block !important; }
.prod_default .p_value {color: #ff002a; font-size:26px;}
.prod_default .zhekou {color: #ff002a; font-size:16px;font-weight: bold;}
.prod_default .prod_info .unit {color: #ff002a;font-size: 16px;}
.prod_default .p_vip {display: block; float: right; text-align: right; line-height:30px; height: 26px; white-space: nowrap;position: absolute;right:0;}
.prod_default .p_vip .v_jg{color:#666; font-size: 12px;}
.prod_default .v_value {color: #333; font-size: 18px;}
.prod_default .v_unit {color: #333;font-size: 12px;}
.prod_default .pro_button {margin: 10px 0 0; overflow: hidden;}
.prod_default .p_link { float: left; width: 48%; text-align: center;}
.prod_default .p_link a {display: block; padding: 10px 15px;}
.prod_default .p_cart { text-align: center;}
.prod_default .p_cart a {display: block; padding: 9px 15px; background: #f00; color: #fff;}
.prod_default a{text-decoration:none; }  
.prod_default .p_price2 {clear:both; line-height: 1; white-space: nowrap;font-size:12px !important;color:gray !important;}
.prod_default .p_price2 .p_jg{font-size:14px;color:gray;}
.prod_default .p_price2 .unit{font-size:14px;color:gray;}
.prod_default .p_price2 .p_value{font-size:14px;color:gray;}
.prod_default .p_price2 .p_value{font-size:14px;color:gray;}

.prod_default .freeinfo{ clear:both; overflow:hidden;}
.prod_default .freeinfo span{ display:block; float:left; border:1px solid red; border-radius:5px; padding:0 5px; color:red; margin-right:5px; box-sizing: border-box; }


/*拼购*/
.prod_default .Collage_item{}
.prod_default .Collage_ico{ position:absolute; left:10px; top:0; width:40px; height:40px; z-index: 100;}
.prod_default .Collage_ico img{ width:100%; height:100%; vertical-align: top; }
.prod_default .prod_top{ background-color:#ff5656; overflow:hidden; padding:10px 10px; color:white; font-size:14px;}
.prod_default .prod_top_left{ display:inline-block; width:100%; overflow:hidden; vertical-align: middle;}
.prod_default .prod_price{ display:inline-block;color: #ff002a;}
.prod_default .prod_old_price{ font-size:12px; text-decoration:line-through; display:inline-block;}
.prod_default .prod_infos .price_value{ font-size:26px; }
.prod_default .prod_infos .units{font-size:16px;}
.prod_default .prod_infos .zero{ font-size:12px; }
.prod_default .prod_top_right{ display:inline-block; width:100%; vertical-align: middle;position: absolute;bottom: 0;z-index: 99;padding: 10px;background: #f00;color: #fff;}
.prod_default .prod_details{width: 100%; display: inline-block; overflow: hidden; white-space: nowrap;font-size: 14px;}
.prod_default .prod_pernum{width: 100%; display: inline-block; overflow: hidden; white-space: nowrap;text-align: right;font-size: 14px;}


.prod_default .prod_middle .prod_title{ font-size:14px; line-height:1.5;  margin-bottom: 5px;}
.prod_default .prod_middle .prod_detail{ font-size:12px; color:#666;    margin-bottom: 5px; }

.prod_default .prod_bottom .prod_btn{ line-height:3; font-size:12px; background-color:#f00; color:white; text-align: center; margin: 10px 0;}
.prod_default .pc{ display:block; }
.prod_default .pad,.prod_default .mobile{display:none;}
@media screen and (max-width: 1200px) and (min-width: 641px){
	.prod_default .pad{ display:block; }
	.prod_default .pc,.prod_default .mobile{display:none;}
}
@media screen and (max-width: 640px){
	.prod_default .mobile{ display:block; }
	.prod_default .pc,.prod_default .pad{display:none;}
	.prod_default .Collage_ico{ width:30px; height:30px; }
	.prod_default .prod_top{ font-size:12px; }
	.prod_default .prod_infos{padding: 6px;}
	.prod_default .prod_infos .price_value{ font-size:18px; }
	.prod_default .prod_top_left,.prod_default .prod_top_right{ width:100%; display: block; }
	.prod_default .prod_middle .prod_title{ font-size:14px; }
	.prod_default .prod_middle .prod_detail{ font-size:12px; }
	.prod_default .prod_bottom .prod_btn{ line-height:3; font-size:12px; margin: 0;}
	.prod_default .prod_details {font-size: 12px;width: 100%;display: block;}
	.prod_default .prod_pernum {width: 100%;font-size: 14px;}
	.prod_default .end_text,.prod_default .end_time{display: inline-block;}
	.prod_default .prod_pernum{display: none;}
	.prod_default .pro_button{margin: 0;}
	.prod_default .p_price {line-height: 23px;white-space: nowrap;display: block !important;}
/*拼购结束*/
	.prod_default .p_price2 {padding-top: 5px;}
	.prod_default .prod_info{padding: 6px;}
	.prod_default .unit,.prod_default .p_vip .v_jg,.prod_default .v_unit{font-size: 12px;}
	.prod_default .p_vip{height: 18px; line-height: 23px;}
	.prod_default .v_value{font-size: 14px;}
	.prod_default .p_value{font-size: 18px;}
	.prod_default .prod .p_detail{display: none !important;}
	.prod_default .p_vip {position: relative;float: none !important;clear:both;text-align: left !important;}
}

/*pc*/
#productList_style_01_1520817756429 li{width: 23.5%;}
#productList_style_01_1520817756429 li.prod_Item{margin-bottom:2%;}
@media screen and (max-width: 1024px){/*ipad*/
	#productList_style_01_1520817756429 li{width: 23.5%;}
	#productList_style_01_1520817756429 li.prod_Item{margin-bottom:2%;}
}
@media screen and (max-width: 768px){/*mobi*/
	#productList_style_01_1520817756429 li{width: 49%;}
	#productList_style_01_1520817756429 li.prod_Item{margin-bottom:2%;}
}

#productList_style_01_1520817756429 .p_detail.pc {display:block;}
#productList_style_01_1520817756429 .p_detail.pad, #productList_style_01_1520817756429 .p_detail.mobile {display:none;}
	@media screen and (min-width:641px) and (max-width:1200px) {
	#productList_style_01_1520817756429 .p_detail.pad {display:block;}
	#productList_style_01_1520817756429 .p_detail.pc, #productList_style_01_1520817756429 .p_detail.mobile {display:none;}
	}
	@media screen and (max-width:640px) {
	#productList_style_01_1520817756429 .p_detail.mobile {display:block;}
	#productList_style_01_1520817756429 .p_detail.pc, #productList_style_01_1520817756429 .p_detail.pad {display:none;}
	}

#productList_style_01_1520817756429 .p_name.pc {display:block;}
#productList_style_01_1520817756429 .p_name.pad, #productList_style_01_1520817756429 .p_name.mobile {display:none;}
	@media screen and (min-width:641px) and (max-width:1200px) {
	#productList_style_01_1520817756429 .p_name.pad {display:block;}
	#productList_style_01_1520817756429 .p_name.pc, #productList_style_01_1520817756429 .p_name.mobile {display:none;}
	}
	@media screen and (max-width:640px) {
	#productList_style_01_1520817756429 .p_name.mobile {display:block;}
	#productList_style_01_1520817756429 .p_name.pc, #productList_style_01_1520817756429 .p_name.pad {display:none;}
	}



/*产品状态  新品  推荐*/
 .status{ color:red; display:inline-block; border:1px solid red; padding:0 2px; margin-right:5px; text-align: center; font-size:12px; font-family:'Times New Roman'; vertical-align: middle; text-indent: 0px;}



	#productList_style_01_1520817756429 .page_btn{ font-size:14px; text-align: center;}
	#productList_style_01_1520817756429 .page_btn .all_page{ display:inline-block; margin:0 10px; }
	#productList_style_01_1520817756429 .page:hover{ background:red; color:white; cursor:pointer;}
	#productList_style_01_1520817756429 .page_btn .cur{ background:red; color:white; cursor:pointer;}
	#productList_style_01_1520817756429 .submit_div{ display: inline-block; }
	
	#productList_style_01_1520817756429 .page_btn input{ width:50px; margin:0 5px;}
	#productList_style_01_1520817756429 .page_btn input:hover{ cursor:default; background:white; color:#333;}
	#productList_style_01_1520817756429 .page_submit{margin-left:5px;}
	#productList_style_01_1520817756429 .page{display:inline-block; border:none; background:white; text-align: center; width:auto; padding:0 15px; margin:0 .5px; height:auto; line-height:35px; box-sizing: border-box; -webkit-box-sizing: border-box; border:1px solid #e5e5e5;}
	@media screen and (max-width:640px) {
			#productList_style_01_1520817756429 .page_btn{ font-size:12px; }
			#productList_style_01_1520817756429 .submit_div{ display:none; }
		}

			#productList_style_01_1520817756429 .page{width:auto; margin:0 5px 10px 5px; border-radius:5px;  }
		@media screen and (max-width:640px) {
			#productList_style_01_1520817756429 .page{line-height:30px; padding:0 13px;}
		}
		

#tab_style_03_1515502629011 #div_tab_style_03_1515502629011 .tab_right_arrow{display:none;width:40px;height:40px;opacity:1;right:10px;}
#tab_style_03_1515502629011 #div_tab_style_03_1515502629011 .tab_left_arrow{display:none;width:40px;height:40px;opacity:1;left:10px;}
#tab_style_03_1515502629011 #div_tab_style_03_1515502629011 .tab_img{display:none;}
#tab_style_03_1515502629011 #div_tab_style_03_1515502629011 .tab_ul{text-align:center}
#tab_style_03_1515502629011 #div_tab_style_03_1515502629011 .tab_nav{display:block !important;}
ba.niceTab.tabStyle_3 { position: relative; width: 100%; height: 100%;}
.niceTab.tabStyle_3 li{-webkit-transition: all ease-out .2s; -moz-transition: all ease-out .2s; -o-transition: all ease-out .2s; transition: all ease-out .2s}

/*标签样式*/
.tab_nav { position: absolute; z-index: 2; overflow: hidden;}
.tab_ul { text-align: left;/* 该设置可将标签居左left、居中center、居右right,仅对标签在上面或标签在下面可用 */}
.tab_li { display: inline-block; text-align: center; background: #f6f5f4; font-size: 12px; border: 0; cursor: pointer; box-sizing: border-box;}
.tab_ul .tabCurItem { background: #eee;}
.tab_img img { width: 18px; height: 14px;}
.tab_img { vertical-align: middle;}
.tab_txt { vertical-align: middle; -moz-user-select:none; -khtml-user-select:none; -webkit-user-select:none; color: inherit !important;}
.tab_txt p{ white-space: nowrap; font-size:inherit; color:inherit; }

/*内容区样式*/
.tab_box { position: absolute; left: 0; z-index: 1;}
.tab_content { position: relative; width:100%; height:100%; overflow:hidden;}
.tab_main { background: #eee; width: 100%; height: 100%; box-sizing: border-box;}
.tab_div { width: 100%; height: 100%; display: none; overflow:hidden;}
.niceTabShow { display: block;}

/*选项卡左右箭头*/
.tab_left_arrow { position: absolute; cursor: pointer; top: 50%; left: 10px;/*左箭头边距*/ /*width: 40px; height: 40px;*/ background: url(../img/tab/style_03/arrow_left.png) no-repeat center center !important; background-size:auto 80%; transform: translate(0,-50%); -webkit-transform: translate(0,-50%); -moz-transform: translate(0,-50%); -ms-transform: translate(0,-50%); -o-transform: translate(0,-50%); opacity:1; z-index:999999; display:none;}
.tab_right_arrow { position: absolute; cursor: pointer; top: 50%; right: 10px;/*右箭头边距*/ width: 40px; height: 40px; background: url(../img/tab/style_03/arrow_right.png) no-repeat center center !important; background-size:auto 80%; transform: translate(0,-50%); -webkit-transform: translate(0,-50%); -moz-transform: translate(0,-50%); -ms-transform: translate(0,-50%); -o-transform: translate(0,-50%); opacity:1; z-index:999999; display:none;}
.tab_content:hover .tab_left_arrow,.tab_content:hover .tab_right_arrow{display:block;}

/*=========  标签位置  ==========*/

/*标签顶部样式*/
.tab_nav_top{ left: 0; top: 0; width: 100%; height: 50px;/*标签高度可以随意设置*/}
.tab_scroll_top { overflow-x: scroll !important; overflow-y: hidden; width: 100%; height: calc(100% + 17px);}
.tab_ul_top { min-width: 100%; height: 100%;/*该宽度是默认宽度，程序读取后替换*/}
.tab_li_top { height: 100%;/*标签宽度可以随意设置*/}
.tab_box_top { width: 100%; height: calc(100% - 50px);/*减掉标签的高度*/ top: 50px;/*标签的高度*/}

/*标签左侧样式*/
.tab_nav_left { left: 0; top: 0; width: 50px;/*标签宽度可以随意设置*/ height: 100%;}
.tab_scroll_left { overflow-x: hidden; overflow-y: scroll !important; width: calc(100% + 17px); height: 100%;}
.tab_ul_left { height:100%;/*该标签的宽度要和.tab_nav_left宽度一样;*/}
.tab_li_left {  width: 100%; /*标签高度可以随意设置*/}
.tab_box_left { height: 100%; width: calc(100% - 50px);/*减掉标签的宽度*/ left: 50px;/*标签的宽度*/}

/*标签底部样式*/
.tab_nav_bottom { right: 0; bottom: 0; width: 100%; height: 50px;/*标签高度可以随意设置*/}
.tab_scroll_bottom { overflow-x: scroll !important; overflow-y: hidden; width: 100%; height: calc(100% + 17px);}
.tab_ul_bottom { min-width: 100%; height: 100%; /*该宽度是默认宽度，程序读取后替换*/}
.tab_li_bottom { height: 100%;/*标签宽度可以随意设置*/}
.tab_box_bottom { width: 100%; height: calc(100% - 50px);/*减掉标签的高度*/ bottom: 50px;/*标签的高度*/}

/*标签左侧样式*/
.tab_nav_right { right: 0; bottom: 0; width: 50px;/*标签宽度可以随意设置*/ height: 100%;}
.tab_scroll_right { overflow-x: hidden; overflow-y: scroll !important; width: calc(100% + 17px); height: 100%;}
.tab_ul_right { height:100%;/*该标签的宽度要和.tab_nav_left宽度一样;*/}
.tab_li_right {  width: 100%; /*标签高度可以随意设置*/}
.tab_box_right { height: 100%; width: calc(100% - 50px);/*减掉标签的宽度*/ right: 50px;/*标签的宽度*/}

.tab_pos_r {  position: relative; top: 50%; left: 50%; padding:0 1em; transform: translate(-50%,-50%); -webkit-transform: translate(-50%,-50%); -moz-transform: translate(-50%,-50%); -o-transform: translate(-50%,-50%);}
.tab_pos_n { padding:1em 0;}


@media screen and (max-width:991px){
}
@media screen and (max-width:768px){
}
@media screen and (max-width:320px){
}

/*产品样式*/
.prod_default{width:100%; clear: both;}
.prod_default *{transition: all ease .2s; -webkit-transition: all ease .2s; -moz-transition: all ease .2s; -o-transition: all ease .2s; box-sizing: border-box;}
.prod_default ul{width: 100%; display: -webkit-flex; display: -moz-flex; display: flex; flex-wrap:wrap; justify-content:space-between;}
.prod_default .prod_Item{list-style:none; height:auto; padding: 0px; box-sizing:border-box; margin-bottom: 1%;}
.prod_default .relative{position:relative; width:100%; height:auto; overflow:hidden;}
.prod_default .prodImg_box{position:relative; width:100%; overflow: hidden; background: #eee; box-sizing: border-box;}
.prod_default .prod_img{position:absolute; left:0; right:0; top:0; bottom:0; overflow:hidden;}
.prod_default .prod_img span{position: absolute; left: 35%; top: 35%; right: 35%; bottom: 35%; background: none;}
.prod_default .prod_Item:hover .prod_img{transform: scale(1.05); -webkit-transform: scale(1.05); -moz-transform: scale(1.05); -o-transform: scale(1.05);}
.prod_default .prod_Item:hover .prod_img span{background: rgba(255,255,255,.25); left: 0; top: 0; right: 0; bottom: 0;}
.prod_default .prod_img img.horizontal{width:100%; height:auto; position: absolute; top: 50%; left:0; transform: translateY(-50%); -webkit-transform: translateY(-50%); -moz-transform: translateY(-50%); -o-transform: translateY(-50%); -ms-transform: translateY(-50%);}
.prod_default .prod_img img.vertical{width:auto; height:100%; position: absolute; left: 50%; top:0; transform: translateX(-50%); -webkit-transform: translateX(-50%); -moz-transform: translateX(-50%); -o-transform: translateX(-50%); -ms-transform: translateX(-50%);}
.prod_default .dummy{margin-top:75%}/*控制产品图片显示比例*/
.prod_default .prod_info {overflow: hidden; width: 100%; padding-top: 10px; box-sizing: border-box; }
.prod_default .p_name {margin-bottom: 5px; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; font-size: 14px; color: #333; line-height: 1.4; width: 100%;}
.prod_default .p_name a {font-size: inherit; color: inherit; line-height: inherit; display: block;}/*文字两行后自动超出隐藏*/
.prod_default .p_detail { font-size: 12px; color: #666; display: block; margin-bottom: 5px; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden;}/*文字两行后自动超出隐藏*/
.prod_default .p_group { margin-bottom: 5px; display: block; float: left; width:50%; color: #666; font-size: 12px;}
.prod_default .p_group .p_lb{display: none;}
.prod_default .p_line{margin-bottom: 5px; overflow: hidden;; width: 100%;}
.prod_default .p_num { margin-bottom: 5px; display: block; float: right; text-align: right; width: 50%; color: #666; font-size: 12px;}
.prod_default .p_jg{display: none;}
.prod_default .p_price {float: left; line-height: 1; white-space: nowrap;display: block !important; }
.prod_default .p_value {color: #ff002a; font-size:26px;}
.prod_default .zhekou {color: #ff002a; font-size:16px;font-weight: bold;}
.prod_default .prod_info .unit {color: #ff002a;font-size: 16px;}
.prod_default .p_vip {display: block; float: right; text-align: right; line-height:30px; height: 26px; white-space: nowrap;position: absolute;right:0;}
.prod_default .p_vip .v_jg{color:#666; font-size: 12px;}
.prod_default .v_value {color: #333; font-size: 18px;}
.prod_default .v_unit {color: #333;font-size: 12px;}
.prod_default .pro_button {margin: 10px 0 0; overflow: hidden;}
.prod_default .p_link { float: left; width: 48%; text-align: center;}
.prod_default .p_link a {display: block; padding: 10px 15px;}
.prod_default .p_cart { text-align: center;}
.prod_default .p_cart a {display: block; padding: 9px 15px; background: #f00; color: #fff;}
.prod_default a{text-decoration:none; }  
.prod_default .p_price2 {clear:both; line-height: 1; white-space: nowrap;font-size:12px !important;color:gray !important;}
.prod_default .p_price2 .p_jg{font-size:14px;color:gray;}
.prod_default .p_price2 .unit{font-size:14px;color:gray;}
.prod_default .p_price2 .p_value{font-size:14px;color:gray;}
.prod_default .p_price2 .p_value{font-size:14px;color:gray;}

.prod_default .freeinfo{ clear:both; overflow:hidden;}
.prod_default .freeinfo span{ display:block; float:left; border:1px solid red; border-radius:5px; padding:0 5px; color:red; margin-right:5px; box-sizing: border-box; }


/*拼购*/
.prod_default .Collage_item{}
.prod_default .Collage_ico{ position:absolute; left:10px; top:0; width:40px; height:40px; z-index: 100;}
.prod_default .Collage_ico img{ width:100%; height:100%; vertical-align: top; }
.prod_default .prod_top{ background-color:#ff5656; overflow:hidden; padding:10px 10px; color:white; font-size:14px;}
.prod_default .prod_top_left{ display:inline-block; width:100%; overflow:hidden; vertical-align: middle;}
.prod_default .prod_price{ display:inline-block;color: #ff002a;}
.prod_default .prod_old_price{ font-size:12px; text-decoration:line-through; display:inline-block;}
.prod_default .prod_infos .price_value{ font-size:26px; }
.prod_default .prod_infos .units{font-size:16px;}
.prod_default .prod_infos .zero{ font-size:12px; }
.prod_default .prod_top_right{ display:inline-block; width:100%; vertical-align: middle;position: absolute;bottom: 0;z-index: 99;padding: 10px;background: #f00;color: #fff;}
.prod_default .prod_details{width: 100%; display: inline-block; overflow: hidden; white-space: nowrap;font-size: 14px;}
.prod_default .prod_pernum{width: 100%; display: inline-block; overflow: hidden; white-space: nowrap;text-align: right;font-size: 14px;}


.prod_default .prod_middle .prod_title{ font-size:14px; line-height:1.5;  margin-bottom: 5px;}
.prod_default .prod_middle .prod_detail{ font-size:12px; color:#666;    margin-bottom: 5px; }

.prod_default .prod_bottom .prod_btn{ line-height:3; font-size:12px; background-color:#f00; color:white; text-align: center; margin: 10px 0;}
.prod_default .pc{ display:block; }
.prod_default .pad,.prod_default .mobile{display:none;}
@media screen and (max-width: 1200px) and (min-width: 641px){
	.prod_default .pad{ display:block; }
	.prod_default .pc,.prod_default .mobile{display:none;}
}
@media screen and (max-width: 640px){
	.prod_default .mobile{ display:block; }
	.prod_default .pc,.prod_default .pad{display:none;}
	.prod_default .Collage_ico{ width:30px; height:30px; }
	.prod_default .prod_top{ font-size:12px; }
	.prod_default .prod_infos{padding: 6px;}
	.prod_default .prod_infos .price_value{ font-size:18px; }
	.prod_default .prod_top_left,.prod_default .prod_top_right{ width:100%; display: block; }
	.prod_default .prod_middle .prod_title{ font-size:14px; }
	.prod_default .prod_middle .prod_detail{ font-size:12px; }
	.prod_default .prod_bottom .prod_btn{ line-height:3; font-size:12px; margin: 0;}
	.prod_default .prod_details {font-size: 12px;width: 100%;display: block;}
	.prod_default .prod_pernum {width: 100%;font-size: 14px;}
	.prod_default .end_text,.prod_default .end_time{display: inline-block;}
	.prod_default .prod_pernum{display: none;}
	.prod_default .pro_button{margin: 0;}
	.prod_default .p_price {line-height: 23px;white-space: nowrap;display: block !important;}
/*拼购结束*/
	.prod_default .p_price2 {padding-top: 5px;}
	.prod_default .prod_info{padding: 6px;}
	.prod_default .unit,.prod_default .p_vip .v_jg,.prod_default .v_unit{font-size: 12px;}
	.prod_default .p_vip{height: 18px; line-height: 23px;}
	.prod_default .v_value{font-size: 14px;}
	.prod_default .p_value{font-size: 18px;}
	.prod_default .prod .p_detail{display: none !important;}
	.prod_default .p_vip {position: relative;float: none !important;clear:both;text-align: left !important;}
}

/*pc*/
#productList_style_01_1515503798739 li{width: 23.5%;}
#productList_style_01_1515503798739 li.prod_Item{margin-bottom:2%;}
@media screen and (max-width: 1024px){/*ipad*/
	#productList_style_01_1515503798739 li{width: 23.5%;}
	#productList_style_01_1515503798739 li.prod_Item{margin-bottom:2%;}
}
@media screen and (max-width: 768px){/*mobi*/
	#productList_style_01_1515503798739 li{width: 49%;}
	#productList_style_01_1515503798739 li.prod_Item{margin-bottom:2%;}
}

#productList_style_01_1515503798739 .p_detail.pc {display:block;}
#productList_style_01_1515503798739 .p_detail.pad, #productList_style_01_1515503798739 .p_detail.mobile {display:none;}
	@media screen and (min-width:641px) and (max-width:1200px) {
	#productList_style_01_1515503798739 .p_detail.pad {display:block;}
	#productList_style_01_1515503798739 .p_detail.pc, #productList_style_01_1515503798739 .p_detail.mobile {display:none;}
	}
	@media screen and (max-width:640px) {
	#productList_style_01_1515503798739 .p_detail.mobile {display:block;}
	#productList_style_01_1515503798739 .p_detail.pc, #productList_style_01_1515503798739 .p_detail.pad {display:none;}
	}

#productList_style_01_1515503798739 .p_name.pc {display:block;}
#productList_style_01_1515503798739 .p_name.pad, #productList_style_01_1515503798739 .p_name.mobile {display:none;}
	@media screen and (min-width:641px) and (max-width:1200px) {
	#productList_style_01_1515503798739 .p_name.pad {display:block;}
	#productList_style_01_1515503798739 .p_name.pc, #productList_style_01_1515503798739 .p_name.mobile {display:none;}
	}
	@media screen and (max-width:640px) {
	#productList_style_01_1515503798739 .p_name.mobile {display:block;}
	#productList_style_01_1515503798739 .p_name.pc, #productList_style_01_1515503798739 .p_name.pad {display:none;}
	}



/*产品状态  新品  推荐*/
 .status{ color:red; display:inline-block; border:1px solid red; padding:0 2px; margin-right:5px; text-align: center; font-size:12px; font-family:'Times New Roman'; vertical-align: middle; text-indent: 0px;}



	#productList_style_01_1515503798739 .page_btn{ font-size:14px; text-align: center;}
	#productList_style_01_1515503798739 .page_btn .all_page{ display:inline-block; margin:0 10px; }
	#productList_style_01_1515503798739 .page:hover{ background:red; color:white; cursor:pointer;}
	#productList_style_01_1515503798739 .page_btn .cur{ background:red; color:white; cursor:pointer;}
	#productList_style_01_1515503798739 .submit_div{ display: inline-block; }
	
	#productList_style_01_1515503798739 .page_btn input{ width:50px; margin:0 5px;}
	#productList_style_01_1515503798739 .page_btn input:hover{ cursor:default; background:white; color:#333;}
	#productList_style_01_1515503798739 .page_submit{margin-left:5px;}
	#productList_style_01_1515503798739 .page{display:inline-block; border:none; background:white; text-align: center; width:auto; padding:0 15px; margin:0 .5px; height:auto; line-height:35px; box-sizing: border-box; -webkit-box-sizing: border-box; border:1px solid #e5e5e5;}
	@media screen and (max-width:640px) {
			#productList_style_01_1515503798739 .page_btn{ font-size:12px; }
			#productList_style_01_1515503798739 .submit_div{ display:none; }
		}

			#productList_style_01_1515503798739 .page{width:auto; margin:0 5px 10px 5px; border-radius:5px;  }
		@media screen and (max-width:640px) {
			#productList_style_01_1515503798739 .page{line-height:30px; padding:0 13px;}
		}
		/*产品样式*/
.prod_default{width:100%; clear: both;}
.prod_default *{transition: all ease .2s; -webkit-transition: all ease .2s; -moz-transition: all ease .2s; -o-transition: all ease .2s; box-sizing: border-box;}
.prod_default ul{width: 100%; display: -webkit-flex; display: -moz-flex; display: flex; flex-wrap:wrap; justify-content:space-between;}
.prod_default .prod_Item{list-style:none; height:auto; padding: 0px; box-sizing:border-box; margin-bottom: 1%;}
.prod_default .relative{position:relative; width:100%; height:auto; overflow:hidden;}
.prod_default .prodImg_box{position:relative; width:100%; overflow: hidden; background: #eee; box-sizing: border-box;}
.prod_default .prod_img{position:absolute; left:0; right:0; top:0; bottom:0; overflow:hidden;}
.prod_default .prod_img span{position: absolute; left: 35%; top: 35%; right: 35%; bottom: 35%; background: none;}
.prod_default .prod_Item:hover .prod_img{transform: scale(1.05); -webkit-transform: scale(1.05); -moz-transform: scale(1.05); -o-transform: scale(1.05);}
.prod_default .prod_Item:hover .prod_img span{background: rgba(255,255,255,.25); left: 0; top: 0; right: 0; bottom: 0;}
.prod_default .prod_img img.horizontal{width:100%; height:auto; position: absolute; top: 50%; left:0; transform: translateY(-50%); -webkit-transform: translateY(-50%); -moz-transform: translateY(-50%); -o-transform: translateY(-50%); -ms-transform: translateY(-50%);}
.prod_default .prod_img img.vertical{width:auto; height:100%; position: absolute; left: 50%; top:0; transform: translateX(-50%); -webkit-transform: translateX(-50%); -moz-transform: translateX(-50%); -o-transform: translateX(-50%); -ms-transform: translateX(-50%);}
.prod_default .dummy{margin-top:75%}/*控制产品图片显示比例*/
.prod_default .prod_info {overflow: hidden; width: 100%; padding-top: 10px; box-sizing: border-box; }
.prod_default .p_name {margin-bottom: 5px; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; font-size: 14px; color: #333; line-height: 1.4; width: 100%;}
.prod_default .p_name a {font-size: inherit; color: inherit; line-height: inherit; display: block;}/*文字两行后自动超出隐藏*/
.prod_default .p_detail { font-size: 12px; color: #666; display: block; margin-bottom: 5px; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden;}/*文字两行后自动超出隐藏*/
.prod_default .p_group { margin-bottom: 5px; display: block; float: left; width:50%; color: #666; font-size: 12px;}
.prod_default .p_group .p_lb{display: none;}
.prod_default .p_line{margin-bottom: 5px; overflow: hidden;; width: 100%;}
.prod_default .p_num { margin-bottom: 5px; display: block; float: right; text-align: right; width: 50%; color: #666; font-size: 12px;}
.prod_default .p_jg{display: none;}
.prod_default .p_price {float: left; line-height: 1; white-space: nowrap;display: block !important; }
.prod_default .p_value {color: #ff002a; font-size:26px;}
.prod_default .zhekou {color: #ff002a; font-size:16px;font-weight: bold;}
.prod_default .prod_info .unit {color: #ff002a;font-size: 16px;}
.prod_default .p_vip {display: block; float: right; text-align: right; line-height:30px; height: 26px; white-space: nowrap;position: absolute;right:0;}
.prod_default .p_vip .v_jg{color:#666; font-size: 12px;}
.prod_default .v_value {color: #333; font-size: 18px;}
.prod_default .v_unit {color: #333;font-size: 12px;}
.prod_default .pro_button {margin: 10px 0 0; overflow: hidden;}
.prod_default .p_link { float: left; width: 48%; text-align: center;}
.prod_default .p_link a {display: block; padding: 10px 15px;}
.prod_default .p_cart { text-align: center;}
.prod_default .p_cart a {display: block; padding: 9px 15px; background: #f00; color: #fff;}
.prod_default a{text-decoration:none; }  
.prod_default .p_price2 {clear:both; line-height: 1; white-space: nowrap;font-size:12px !important;color:gray !important;}
.prod_default .p_price2 .p_jg{font-size:14px;color:gray;}
.prod_default .p_price2 .unit{font-size:14px;color:gray;}
.prod_default .p_price2 .p_value{font-size:14px;color:gray;}
.prod_default .p_price2 .p_value{font-size:14px;color:gray;}

.prod_default .freeinfo{ clear:both; overflow:hidden;}
.prod_default .freeinfo span{ display:block; float:left; border:1px solid red; border-radius:5px; padding:0 5px; color:red; margin-right:5px; box-sizing: border-box; }


/*拼购*/
.prod_default .Collage_item{}
.prod_default .Collage_ico{ position:absolute; left:10px; top:0; width:40px; height:40px; z-index: 100;}
.prod_default .Collage_ico img{ width:100%; height:100%; vertical-align: top; }
.prod_default .prod_top{ background-color:#ff5656; overflow:hidden; padding:10px 10px; color:white; font-size:14px;}
.prod_default .prod_top_left{ display:inline-block; width:100%; overflow:hidden; vertical-align: middle;}
.prod_default .prod_price{ display:inline-block;color: #ff002a;}
.prod_default .prod_old_price{ font-size:12px; text-decoration:line-through; display:inline-block;}
.prod_default .prod_infos .price_value{ font-size:26px; }
.prod_default .prod_infos .units{font-size:16px;}
.prod_default .prod_infos .zero{ font-size:12px; }
.prod_default .prod_top_right{ display:inline-block; width:100%; vertical-align: middle;position: absolute;bottom: 0;z-index: 99;padding: 10px;background: #f00;color: #fff;}
.prod_default .prod_details{width: 100%; display: inline-block; overflow: hidden; white-space: nowrap;font-size: 14px;}
.prod_default .prod_pernum{width: 100%; display: inline-block; overflow: hidden; white-space: nowrap;text-align: right;font-size: 14px;}


.prod_default .prod_middle .prod_title{ font-size:14px; line-height:1.5;  margin-bottom: 5px;}
.prod_default .prod_middle .prod_detail{ font-size:12px; color:#666;    margin-bottom: 5px; }

.prod_default .prod_bottom .prod_btn{ line-height:3; font-size:12px; background-color:#f00; color:white; text-align: center; margin: 10px 0;}
.prod_default .pc{ display:block; }
.prod_default .pad,.prod_default .mobile{display:none;}
@media screen and (max-width: 1200px) and (min-width: 641px){
	.prod_default .pad{ display:block; }
	.prod_default .pc,.prod_default .mobile{display:none;}
}
@media screen and (max-width: 640px){
	.prod_default .mobile{ display:block; }
	.prod_default .pc,.prod_default .pad{display:none;}
	.prod_default .Collage_ico{ width:30px; height:30px; }
	.prod_default .prod_top{ font-size:12px; }
	.prod_default .prod_infos{padding: 6px;}
	.prod_default .prod_infos .price_value{ font-size:18px; }
	.prod_default .prod_top_left,.prod_default .prod_top_right{ width:100%; display: block; }
	.prod_default .prod_middle .prod_title{ font-size:14px; }
	.prod_default .prod_middle .prod_detail{ font-size:12px; }
	.prod_default .prod_bottom .prod_btn{ line-height:3; font-size:12px; margin: 0;}
	.prod_default .prod_details {font-size: 12px;width: 100%;display: block;}
	.prod_default .prod_pernum {width: 100%;font-size: 14px;}
	.prod_default .end_text,.prod_default .end_time{display: inline-block;}
	.prod_default .prod_pernum{display: none;}
	.prod_default .pro_button{margin: 0;}
	.prod_default .p_price {line-height: 23px;white-space: nowrap;display: block !important;}
/*拼购结束*/
	.prod_default .p_price2 {padding-top: 5px;}
	.prod_default .prod_info{padding: 6px;}
	.prod_default .unit,.prod_default .p_vip .v_jg,.prod_default .v_unit{font-size: 12px;}
	.prod_default .p_vip{height: 18px; line-height: 23px;}
	.prod_default .v_value{font-size: 14px;}
	.prod_default .p_value{font-size: 18px;}
	.prod_default .prod .p_detail{display: none !important;}
	.prod_default .p_vip {position: relative;float: none !important;clear:both;text-align: left !important;}
}

/*pc*/
#productList_style_01_1515503798750 li{width: 23.5%;}
#productList_style_01_1515503798750 li.prod_Item{margin-bottom:2%;}
@media screen and (max-width: 1024px){/*ipad*/
	#productList_style_01_1515503798750 li{width: 23.5%;}
	#productList_style_01_1515503798750 li.prod_Item{margin-bottom:2%;}
}
@media screen and (max-width: 768px){/*mobi*/
	#productList_style_01_1515503798750 li{width: 49%;}
	#productList_style_01_1515503798750 li.prod_Item{margin-bottom:2%;}
}

#productList_style_01_1515503798750 .p_detail.pc {display:block;}
#productList_style_01_1515503798750 .p_detail.pad, #productList_style_01_1515503798750 .p_detail.mobile {display:none;}
	@media screen and (min-width:641px) and (max-width:1200px) {
	#productList_style_01_1515503798750 .p_detail.pad {display:block;}
	#productList_style_01_1515503798750 .p_detail.pc, #productList_style_01_1515503798750 .p_detail.mobile {display:none;}
	}
	@media screen and (max-width:640px) {
	#productList_style_01_1515503798750 .p_detail.mobile {display:block;}
	#productList_style_01_1515503798750 .p_detail.pc, #productList_style_01_1515503798750 .p_detail.pad {display:none;}
	}

#productList_style_01_1515503798750 .p_name.pc {display:block;}
#productList_style_01_1515503798750 .p_name.pad, #productList_style_01_1515503798750 .p_name.mobile {display:none;}
	@media screen and (min-width:641px) and (max-width:1200px) {
	#productList_style_01_1515503798750 .p_name.pad {display:block;}
	#productList_style_01_1515503798750 .p_name.pc, #productList_style_01_1515503798750 .p_name.mobile {display:none;}
	}
	@media screen and (max-width:640px) {
	#productList_style_01_1515503798750 .p_name.mobile {display:block;}
	#productList_style_01_1515503798750 .p_name.pc, #productList_style_01_1515503798750 .p_name.pad {display:none;}
	}




 .status{ color:red; display:inline-block; border:1px solid red; padding:0 2px; margin-right:5px; text-align: center; font-size:12px; font-family:'Times New Roman'; vertical-align: middle; text-indent: 0px;}



	#productList_style_01_1515503798750 .page_btn{ font-size:14px; text-align: center;}
	#productList_style_01_1515503798750 .page_btn .all_page{ display:inline-block; margin:0 10px; }
	#productList_style_01_1515503798750 .page:hover{ background:red; color:white; cursor:pointer;}
	#productList_style_01_1515503798750 .page_btn .cur{ background:red; color:white; cursor:pointer;}
	#productList_style_01_1515503798750 .submit_div{ display: inline-block; }
	
	#productList_style_01_1515503798750 .page_btn input{ width:50px; margin:0 5px;}
	#productList_style_01_1515503798750 .page_btn input:hover{ cursor:default; background:white; color:#333;}
	#productList_style_01_1515503798750 .page_submit{margin-left:5px;}
	#productList_style_01_1515503798750 .page{display:inline-block; border:none; background:white; text-align: center; width:auto; padding:0 15px; margin:0 .5px; height:auto; line-height:35px; box-sizing: border-box; -webkit-box-sizing: border-box; border:1px solid #e5e5e5;}
	@media screen and (max-width:640px) {
			#productList_style_01_1515503798750 .page_btn{ font-size:12px; }
			#productList_style_01_1515503798750 .submit_div{ display:none; }
		}

			#productList_style_01_1515503798750 .page{width:auto; margin:0 5px 10px 5px; border-radius:5px;  }
		@media screen and (max-width:640px) {
			#productList_style_01_1515503798750 .page{line-height:30px; padding:0 13px;}
		}
		/*产品样式*/
.prod_default{width:100%; clear: both;}
.prod_default *{transition: all ease .2s; -webkit-transition: all ease .2s; -moz-transition: all ease .2s; -o-transition: all ease .2s; box-sizing: border-box;}
.prod_default ul{width: 100%; display: -webkit-flex; display: -moz-flex; display: flex; flex-wrap:wrap; justify-content:space-between;}
.prod_default .prod_Item{list-style:none; height:auto; padding: 0px; box-sizing:border-box; margin-bottom: 1%;}
.prod_default .relative{position:relative; width:100%; height:auto; overflow:hidden;}
.prod_default .prodImg_box{position:relative; width:100%; overflow: hidden; background: #eee; box-sizing: border-box;}
.prod_default .prod_img{position:absolute; left:0; right:0; top:0; bottom:0; overflow:hidden;}
.prod_default .prod_img span{position: absolute; left: 35%; top: 35%; right: 35%; bottom: 35%; background: none;}
.prod_default .prod_Item:hover .prod_img{transform: scale(1.05); -webkit-transform: scale(1.05); -moz-transform: scale(1.05); -o-transform: scale(1.05);}
.prod_default .prod_Item:hover .prod_img span{background: rgba(255,255,255,.25); left: 0; top: 0; right: 0; bottom: 0;}
.prod_default .prod_img img.horizontal{width:100%; height:auto; position: absolute; top: 50%; left:0; transform: translateY(-50%); -webkit-transform: translateY(-50%); -moz-transform: translateY(-50%); -o-transform: translateY(-50%); -ms-transform: translateY(-50%);}
.prod_default .prod_img img.vertical{width:auto; height:100%; position: absolute; left: 50%; top:0; transform: translateX(-50%); -webkit-transform: translateX(-50%); -moz-transform: translateX(-50%); -o-transform: translateX(-50%); -ms-transform: translateX(-50%);}
.prod_default .dummy{margin-top:75%}/*控制产品图片显示比例*/
.prod_default .prod_info {overflow: hidden; width: 100%; padding-top: 10px; box-sizing: border-box; }
.prod_default .p_name {margin-bottom: 5px; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; font-size: 14px; color: #333; line-height: 1.4; width: 100%;}
.prod_default .p_name a {font-size: inherit; color: inherit; line-height: inherit; display: block;}/*文字两行后自动超出隐藏*/
.prod_default .p_detail { font-size: 12px; color: #666; display: block; margin-bottom: 5px; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden;}/*文字两行后自动超出隐藏*/
.prod_default .p_group { margin-bottom: 5px; display: block; float: left; width:50%; color: #666; font-size: 12px;}
.prod_default .p_group .p_lb{display: none;}
.prod_default .p_line{margin-bottom: 5px; overflow: hidden;; width: 100%;}
.prod_default .p_num { margin-bottom: 5px; display: block; float: right; text-align: right; width: 50%; color: #666; font-size: 12px;}
.prod_default .p_jg{display: none;}
.prod_default .p_price {float: left; line-height: 1; white-space: nowrap;display: block !important; }
.prod_default .p_value {color: #ff002a; font-size:26px;}
.prod_default .zhekou {color: #ff002a; font-size:16px;font-weight: bold;}
.prod_default .prod_info .unit {color: #ff002a;font-size: 16px;}
.prod_default .p_vip {display: block; float: right; text-align: right; line-height:30px; height: 26px; white-space: nowrap;position: absolute;right:0;}
.prod_default .p_vip .v_jg{color:#666; font-size: 12px;}
.prod_default .v_value {color: #333; font-size: 18px;}
.prod_default .v_unit {color: #333;font-size: 12px;}
.prod_default .pro_button {margin: 10px 0 0; overflow: hidden;}
.prod_default .p_link { float: left; width: 48%; text-align: center;}
.prod_default .p_link a {display: block; padding: 10px 15px;}
.prod_default .p_cart { text-align: center;}
.prod_default .p_cart a {display: block; padding: 9px 15px; background: #f00; color: #fff;}
.prod_default a{text-decoration:none; }  
.prod_default .p_price2 {clear:both; line-height: 1; white-space: nowrap;font-size:12px !important;color:gray !important;}
.prod_default .p_price2 .p_jg{font-size:14px;color:gray;}
.prod_default .p_price2 .unit{font-size:14px;color:gray;}
.prod_default .p_price2 .p_value{font-size:14px;color:gray;}
.prod_default .p_price2 .p_value{font-size:14px;color:gray;}

.prod_default .freeinfo{ clear:both; overflow:hidden;}
.prod_default .freeinfo span{ display:block; float:left; border:1px solid red; border-radius:5px; padding:0 5px; color:red; margin-right:5px; box-sizing: border-box; }



.prod_default .Collage_item{}
.prod_default .Collage_ico{ position:absolute; left:10px; top:0; width:40px; height:40px; z-index: 100;}
.prod_default .Collage_ico img{ width:100%; height:100%; vertical-align: top; }
.prod_default .prod_top{ background-color:#ff5656; overflow:hidden; padding:10px 10px; color:white; font-size:14px;}
.prod_default .prod_top_left{ display:inline-block; width:100%; overflow:hidden; vertical-align: middle;}
.prod_default .prod_price{ display:inline-block;color: #ff002a;}
.prod_default .prod_old_price{ font-size:12px; text-decoration:line-through; display:inline-block;}
.prod_default .prod_infos .price_value{ font-size:26px; }
.prod_default .prod_infos .units{font-size:16px;}
.prod_default .prod_infos .zero{ font-size:12px; }
.prod_default .prod_top_right{ display:inline-block; width:100%; vertical-align: middle;position: absolute;bottom: 0;z-index: 99;padding: 10px;background: #f00;color: #fff;}
.prod_default .prod_details{width: 100%; display: inline-block; overflow: hidden; white-space: nowrap;font-size: 14px;}
.prod_default .prod_pernum{width: 100%; display: inline-block; overflow: hidden; white-space: nowrap;text-align: right;font-size: 14px;}


.prod_default .prod_middle .prod_title{ font-size:14px; line-height:1.5;  margin-bottom: 5px;}
.prod_default .prod_middle .prod_detail{ font-size:12px; color:#666;    margin-bottom: 5px; }

.prod_default .prod_bottom .prod_btn{ line-height:3; font-size:12px; background-color:#f00; color:white; text-align: center; margin: 10px 0;}
.prod_default .pc{ display:block; }
.prod_default .pad,.prod_default .mobile{display:none;}
@media screen and (max-width: 1200px) and (min-width: 641px){
	.prod_default .pad{ display:block; }
	.prod_default .pc,.prod_default .mobile{display:none;}
}
@media screen and (max-width: 640px){
	.prod_default .mobile{ display:block; }
	.prod_default .pc,.prod_default .pad{display:none;}
	.prod_default .Collage_ico{ width:30px; height:30px; }
	.prod_default .prod_top{ font-size:12px; }
	.prod_default .prod_infos{padding: 6px;}
	.prod_default .prod_infos .price_value{ font-size:18px; }
	.prod_default .prod_top_left,.prod_default .prod_top_right{ width:100%; display: block; }
	.prod_default .prod_middle .prod_title{ font-size:14px; }
	.prod_default .prod_middle .prod_detail{ font-size:12px; }
	.prod_default .prod_bottom .prod_btn{ line-height:3; font-size:12px; margin: 0;}
	.prod_default .prod_details {font-size: 12px;width: 100%;display: block;}
	.prod_default .prod_pernum {width: 100%;font-size: 14px;}
	.prod_default .end_text,.prod_default .end_time{display: inline-block;}
	.prod_default .prod_pernum{display: none;}
	.prod_default .pro_button{margin: 0;}
	.prod_default .p_price {line-height: 23px;white-space: nowrap;display: block !important;}

	.prod_default .p_price2 {padding-top: 5px;}
	.prod_default .prod_info{padding: 6px;}
	.prod_default .unit,.prod_default .p_vip .v_jg,.prod_default .v_unit{font-size: 12px;}
	.prod_default .p_vip{height: 18px; line-height: 23px;}
	.prod_default .v_value{font-size: 14px;}
	.prod_default .p_value{font-size: 18px;}
	.prod_default .prod .p_detail{display: none !important;}
	.prod_default .p_vip {position: relative;float: none !important;clear:both;text-align: left !important;}
}

/*pc*/
#productList_style_01_1520817987303 li{width: 23.5%;}
#productList_style_01_1520817987303 li.prod_Item{margin-bottom:2%;}
@media screen and (max-width: 1024px){/*ipad*/
	#productList_style_01_1520817987303 li{width: 23.5%;}
	#productList_style_01_1520817987303 li.prod_Item{margin-bottom:2%;}
}
@media screen and (max-width: 768px){/*mobi*/
	#productList_style_01_1520817987303 li{width: 49%;}
	#productList_style_01_1520817987303 li.prod_Item{margin-bottom:2%;}
}

#productList_style_01_1520817987303 .p_detail.pc {display:block;}
#productList_style_01_1520817987303 .p_detail.pad, #productList_style_01_1520817987303 .p_detail.mobile {display:none;}
	@media screen and (min-width:641px) and (max-width:1200px) {
	#productList_style_01_1520817987303 .p_detail.pad {display:block;}
	#productList_style_01_1520817987303 .p_detail.pc, #productList_style_01_1520817987303 .p_detail.mobile {display:none;}
	}
	@media screen and (max-width:640px) {
	#productList_style_01_1520817987303 .p_detail.mobile {display:block;}
	#productList_style_01_1520817987303 .p_detail.pc, #productList_style_01_1520817987303 .p_detail.pad {display:none;}
	}

#productList_style_01_1520817987303 .p_name.pc {display:block;}
#productList_style_01_1520817987303 .p_name.pad, #productList_style_01_1520817987303 .p_name.mobile {display:none;}
	@media screen and (min-width:641px) and (max-width:1200px) {
	#productList_style_01_1520817987303 .p_name.pad {display:block;}
	#productList_style_01_1520817987303 .p_name.pc, #productList_style_01_1520817987303 .p_name.mobile {display:none;}
	}
	@media screen and (max-width:640px) {
	#productList_style_01_1520817987303 .p_name.mobile {display:block;}
	#productList_style_01_1520817987303 .p_name.pc, #productList_style_01_1520817987303 .p_name.pad {display:none;}
	}




 .status{ color:red; display:inline-block; border:1px solid red; padding:0 2px; margin-right:5px; text-align: center; font-size:12px; font-family:'Times New Roman'; vertical-align: middle; text-indent: 0px;}



	#productList_style_01_1520817987303 .page_btn{ font-size:14px; text-align: center;}
	#productList_style_01_1520817987303 .page_btn .all_page{ display:inline-block; margin:0 10px; }
	#productList_style_01_1520817987303 .page:hover{ background:red; color:white; cursor:pointer;}
	#productList_style_01_1520817987303 .page_btn .cur{ background:red; color:white; cursor:pointer;}
	#productList_style_01_1520817987303 .submit_div{ display: inline-block; }
	
	#productList_style_01_1520817987303 .page_btn input{ width:50px; margin:0 5px;}
	#productList_style_01_1520817987303 .page_btn input:hover{ cursor:default; background:white; color:#333;}
	#productList_style_01_1520817987303 .page_submit{margin-left:5px;}
	#productList_style_01_1520817987303 .page{display:inline-block; border:none; background:white; text-align: center; width:auto; padding:0 15px; margin:0 .5px; height:auto; line-height:35px; box-sizing: border-box; -webkit-box-sizing: border-box; border:1px solid #e5e5e5;}
	@media screen and (max-width:640px) {
			#productList_style_01_1520817987303 .page_btn{ font-size:12px; }
			#productList_style_01_1520817987303 .submit_div{ display:none; }
		}

			#productList_style_01_1520817987303 .page{width:auto; margin:0 5px 10px 5px; border-radius:5px;  }
		@media screen and (max-width:640px) {
			#productList_style_01_1520817987303 .page{line-height:30px; padding:0 13px;}
		}
		

#tab_style_03_1515503798548 #div_tab_style_03_1515503798548 .tab_right_arrow{display:none;width:40px;height:40px;opacity:1;right:10px;}
#tab_style_03_1515503798548 #div_tab_style_03_1515503798548 .tab_left_arrow{display:none;width:40px;height:40px;opacity:1;left:10px;}
#tab_style_03_1515503798548 #div_tab_style_03_1515503798548 .tab_img{display:none;}
#tab_style_03_1515503798548 #div_tab_style_03_1515503798548 .tab_ul{text-align:center}
#tab_style_03_1515503798548 #div_tab_style_03_1515503798548 .tab_nav{display:block !important;}
.squareButton { width: 100%; height:32px; background: #fff; color: #333; box-sizing: border-box; border: 1px solid #ccc; border-radius: 4px; font-size: 14px; cursor: pointer; transition: all ease-in .1s; -webkit-transition: all ease-in .1s; -moz-transition: all ease-in .1s; -o-transition: all ease-in .1s; }.squareButton { width: 100%; height:32px; background: #fff; color: #333; box-sizing: border-box; border: 1px solid #ccc; border-radius: 4px; font-size: 14px; cursor: pointer; transition: all ease-in .1s; -webkit-transition: all ease-in .1s; -moz-transition: all ease-in .1s; -o-transition: all ease-in .1s; }ba.niceTab.tabStyle_3 { position: relative; width: 100%; height: 100%;}
.niceTab.tabStyle_3 li{-webkit-transition: all ease-out .2s; -moz-transition: all ease-out .2s; -o-transition: all ease-out .2s; transition: all ease-out .2s}

/*标签样式*/
.tab_nav { position: absolute; z-index: 2; overflow: hidden;}
.tab_ul { text-align: left;/* 该设置可将标签居左left、居中center、居右right,仅对标签在上面或标签在下面可用 */}
.tab_li { display: inline-block; text-align: center; background: #f6f5f4; font-size: 12px; border: 0; cursor: pointer; box-sizing: border-box;}
.tab_ul .tabCurItem { background: #eee;}
.tab_img img { width: 18px; height: 14px;}
.tab_img { vertical-align: middle;}
.tab_txt { vertical-align: middle; -moz-user-select:none; -khtml-user-select:none; -webkit-user-select:none; color: inherit !important;}
.tab_txt p{ white-space: nowrap; font-size:inherit; color:inherit; }

/*内容区样式*/
.tab_box { position: absolute; left: 0; z-index: 1;}
.tab_content { position: relative; width:100%; height:100%; overflow:hidden;}
.tab_main { background: #eee; width: 100%; height: 100%; box-sizing: border-box;}
.tab_div { width: 100%; height: 100%; display: none; overflow:hidden;}
.niceTabShow { display: block;}

/*选项卡左右箭头*/
.tab_left_arrow { position: absolute; cursor: pointer; top: 50%; left: 10px;/*左箭头边距*/ /*width: 40px; height: 40px;*/ background: url(../img/tab/style_03/arrow_left.png) no-repeat center center !important; background-size:auto 80%; transform: translate(0,-50%); -webkit-transform: translate(0,-50%); -moz-transform: translate(0,-50%); -ms-transform: translate(0,-50%); -o-transform: translate(0,-50%); opacity:1; z-index:999999; display:none;}
.tab_right_arrow { position: absolute; cursor: pointer; top: 50%; right: 10px;/*右箭头边距*/ width: 40px; height: 40px; background: url(../img/tab/style_03/arrow_right.png) no-repeat center center !important; background-size:auto 80%; transform: translate(0,-50%); -webkit-transform: translate(0,-50%); -moz-transform: translate(0,-50%); -ms-transform: translate(0,-50%); -o-transform: translate(0,-50%); opacity:1; z-index:999999; display:none;}
.tab_content:hover .tab_left_arrow,.tab_content:hover .tab_right_arrow{display:block;}


.tab_nav_top{ left: 0; top: 0; width: 100%; height: 50px;/*标签高度可以随意设置*/}
.tab_scroll_top { overflow-x: scroll !important; overflow-y: hidden; width: 100%; height: calc(100% + 17px);}
.tab_ul_top { min-width: 100%; height: 100%;/*该宽度是默认宽度，程序读取后替换*/}
.tab_li_top { height: 100%;/*标签宽度可以随意设置*/}
.tab_box_top { width: 100%; height: calc(100% - 50px);/*减掉标签的高度*/ top: 50px;/*标签的高度*/}


.tab_nav_left { left: 0; top: 0; width: 50px;/*标签宽度可以随意设置*/ height: 100%;}
.tab_scroll_left { overflow-x: hidden; overflow-y: scroll !important; width: calc(100% + 17px); height: 100%;}
.tab_ul_left { height:100%;/*该标签的宽度要和.tab_nav_left宽度一样;*/}
.tab_li_left {  width: 100%; /*标签高度可以随意设置*/}
.tab_box_left { height: 100%; width: calc(100% - 50px);/*减掉标签的宽度*/ left: 50px;/*标签的宽度*/}

.tab_nav_bottom { right: 0; bottom: 0; width: 100%; height: 50px;/*标签高度可以随意设置*/}
.tab_scroll_bottom { overflow-x: scroll !important; overflow-y: hidden; width: 100%; height: calc(100% + 17px);}
.tab_ul_bottom { min-width: 100%; height: 100%; /*该宽度是默认宽度，程序读取后替换*/}
.tab_li_bottom { height: 100%;/*标签宽度可以随意设置*/}
.tab_box_bottom { width: 100%; height: calc(100% - 50px);/*减掉标签的高度*/ bottom: 50px;/*标签的高度*/}


.tab_nav_right { right: 0; bottom: 0; width: 50px;/*标签宽度可以随意设置*/ height: 100%;}
.tab_scroll_right { overflow-x: hidden; overflow-y: scroll !important; width: calc(100% + 17px); height: 100%;}
.tab_ul_right { height:100%;/*该标签的宽度要和.tab_nav_left宽度一样;*/}
.tab_li_right {  width: 100%; /*标签高度可以随意设置*/}
.tab_box_right { height: 100%; width: calc(100% - 50px);/*减掉标签的宽度*/ right: 50px;/*标签的宽度*/}

.tab_pos_r {  position: relative; top: 50%; left: 50%; padding:0 1em; transform: translate(-50%,-50%); -webkit-transform: translate(-50%,-50%); -moz-transform: translate(-50%,-50%); -o-transform: translate(-50%,-50%);}
.tab_pos_n { padding:1em 0;}


@media screen and (max-width:991px){
}
@media screen and (max-width:768px){
}
@media screen and (max-width:320px){
}

.prod_default{width:100%; clear: both;}
.prod_default *{transition: all ease .2s; -webkit-transition: all ease .2s; -moz-transition: all ease .2s; -o-transition: all ease .2s; box-sizing: border-box;}
.prod_default ul{width: 100%; display: -webkit-flex; display: -moz-flex; display: flex; flex-wrap:wrap; justify-content:space-between;}
.prod_default .prod_Item{list-style:none; height:auto; padding: 0px; box-sizing:border-box; margin-bottom: 1%;}
.prod_default .relative{position:relative; width:100%; height:auto; overflow:hidden;}
.prod_default .prodImg_box{position:relative; width:100%; overflow: hidden; background: #eee; box-sizing: border-box;}
.prod_default .prod_img{position:absolute; left:0; right:0; top:0; bottom:0; overflow:hidden;}
.prod_default .prod_img span{position: absolute; left: 35%; top: 35%; right: 35%; bottom: 35%; background: none;}
.prod_default .prod_Item:hover .prod_img{transform: scale(1.05); -webkit-transform: scale(1.05); -moz-transform: scale(1.05); -o-transform: scale(1.05);}
.prod_default .prod_Item:hover .prod_img span{background: rgba(255,255,255,.25); left: 0; top: 0; right: 0; bottom: 0;}
.prod_default .prod_img img.horizontal{width:100%; height:auto; position: absolute; top: 50%; left:0; transform: translateY(-50%); -webkit-transform: translateY(-50%); -moz-transform: translateY(-50%); -o-transform: translateY(-50%); -ms-transform: translateY(-50%);}
.prod_default .prod_img img.vertical{width:auto; height:100%; position: absolute; left: 50%; top:0; transform: translateX(-50%); -webkit-transform: translateX(-50%); -moz-transform: translateX(-50%); -o-transform: translateX(-50%); -ms-transform: translateX(-50%);}
.prod_default .dummy{margin-top:75%}/*控制产品图片显示比例*/
.prod_default .prod_info {overflow: hidden; width: 100%; padding-top: 10px; box-sizing: border-box; }
.prod_default .p_name {margin-bottom: 5px; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; font-size: 14px; color: #333; line-height: 1.4; width: 100%;}
.prod_default .p_name a {font-size: inherit; color: inherit; line-height: inherit; display: block;}/*文字两行后自动超出隐藏*/
.prod_default .p_detail { font-size: 12px; color: #666; display: block; margin-bottom: 5px; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden;}/*文字两行后自动超出隐藏*/
.prod_default .p_group { margin-bottom: 5px; display: block; float: left; width:50%; color: #666; font-size: 12px;}
.prod_default .p_group .p_lb{display: none;}
.prod_default .p_line{margin-bottom: 5px; overflow: hidden;; width: 100%;}
.prod_default .p_num { margin-bottom: 5px; display: block; float: right; text-align: right; width: 50%; color: #666; font-size: 12px;}
.prod_default .p_jg{display: none;}
.prod_default .p_price {float: left; line-height: 1; white-space: nowrap;display: block !important; }
.prod_default .p_value {color: #ff002a; font-size:26px;}
.prod_default .zhekou {color: #ff002a; font-size:16px;font-weight: bold;}
.prod_default .prod_info .unit {color: #ff002a;font-size: 16px;}
.prod_default .p_vip {display: block; float: right; text-align: right; line-height:30px; height: 26px; white-space: nowrap;position: absolute;right:0;}
.prod_default .p_vip .v_jg{color:#666; font-size: 12px;}
.prod_default .v_value {color: #333; font-size: 18px;}
.prod_default .v_unit {color: #333;font-size: 12px;}
.prod_default .pro_button {margin: 10px 0 0; overflow: hidden;}
.prod_default .p_link { float: left; width: 48%; text-align: center;}
.prod_default .p_link a {display: block; padding: 10px 15px;}
.prod_default .p_cart { text-align: center;}
.prod_default .p_cart a {display: block; padding: 9px 15px; background: #f00; color: #fff;}
.prod_default a{text-decoration:none; }  
.prod_default .p_price2 {clear:both; line-height: 1; white-space: nowrap;font-size:12px !important;color:gray !important;}
.prod_default .p_price2 .p_jg{font-size:14px;color:gray;}
.prod_default .p_price2 .unit{font-size:14px;color:gray;}
.prod_default .p_price2 .p_value{font-size:14px;color:gray;}
.prod_default .p_price2 .p_value{font-size:14px;color:gray;}

.prod_default .freeinfo{ clear:both; overflow:hidden;}
.prod_default .freeinfo span{ display:block; float:left; border:1px solid red; border-radius:5px; padding:0 5px; color:red; margin-right:5px; box-sizing: border-box; }


.prod_default .Collage_item{}
.prod_default .Collage_ico{ position:absolute; left:10px; top:0; width:40px; height:40px; z-index: 100;}
.prod_default .Collage_ico img{ width:100%; height:100%; vertical-align: top; }
.prod_default .prod_top{ background-color:#ff5656; overflow:hidden; padding:10px 10px; color:white; font-size:14px;}
.prod_default .prod_top_left{ display:inline-block; width:100%; overflow:hidden; vertical-align: middle;}
.prod_default .prod_price{ display:inline-block;color: #ff002a;}
.prod_default .prod_old_price{ font-size:12px; text-decoration:line-through; display:inline-block;}
.prod_default .prod_infos .price_value{ font-size:26px; }
.prod_default .prod_infos .units{font-size:16px;}
.prod_default .prod_infos .zero{ font-size:12px; }
.prod_default .prod_top_right{ display:inline-block; width:100%; vertical-align: middle;position: absolute;bottom: 0;z-index: 99;padding: 10px;background: #f00;color: #fff;}
.prod_default .prod_details{width: 100%; display: inline-block; overflow: hidden; white-space: nowrap;font-size: 14px;}
.prod_default .prod_pernum{width: 100%; display: inline-block; overflow: hidden; white-space: nowrap;text-align: right;font-size: 14px;}


.prod_default .prod_middle .prod_title{ font-size:14px; line-height:1.5;  margin-bottom: 5px;}
.prod_default .prod_middle .prod_detail{ font-size:12px; color:#666;    margin-bottom: 5px; }

.prod_default .prod_bottom .prod_btn{ line-height:3; font-size:12px; background-color:#f00; color:white; text-align: center; margin: 10px 0;}
.prod_default .pc{ display:block; }
.prod_default .pad,.prod_default .mobile{display:none;}
@media screen and (max-width: 1200px) and (min-width: 641px){
	.prod_default .pad{ display:block; }
	.prod_default .pc,.prod_default .mobile{display:none;}
}
@media screen and (max-width: 640px){
	.prod_default .mobile{ display:block; }
	.prod_default .pc,.prod_default .pad{display:none;}
	.prod_default .Collage_ico{ width:30px; height:30px; }
	.prod_default .prod_top{ font-size:12px; }
	.prod_default .prod_infos{padding: 6px;}
	.prod_default .prod_infos .price_value{ font-size:18px; }
	.prod_default .prod_top_left,.prod_default .prod_top_right{ width:100%; display: block; }
	.prod_default .prod_middle .prod_title{ font-size:14px; }
	.prod_default .prod_middle .prod_detail{ font-size:12px; }
	.prod_default .prod_bottom .prod_btn{ line-height:3; font-size:12px; margin: 0;}
	.prod_default .prod_details {font-size: 12px;width: 100%;display: block;}
	.prod_default .prod_pernum {width: 100%;font-size: 14px;}
	.prod_default .end_text,.prod_default .end_time{display: inline-block;}
	.prod_default .prod_pernum{display: none;}
	.prod_default .pro_button{margin: 0;}
	.prod_default .p_price {line-height: 23px;white-space: nowrap;display: block !important;}
	.prod_default .p_price2 {padding-top: 5px;}
	.prod_default .prod_info{padding: 6px;}
	.prod_default .unit,.prod_default .p_vip .v_jg,.prod_default .v_unit{font-size: 12px;}
	.prod_default .p_vip{height: 18px; line-height: 23px;}
	.prod_default .v_value{font-size: 14px;}
	.prod_default .p_value{font-size: 18px;}
	.prod_default .prod .p_detail{display: none !important;}
	.prod_default .p_vip {position: relative;float: none !important;clear:both;text-align: left !important;}
}

/*pc*/
#productList_style_01_1515504142510 li{width: 23.5%;}
#productList_style_01_1515504142510 li.prod_Item{margin-bottom:2%;}
@media screen and (max-width: 1024px){/*ipad*/
	#productList_style_01_1515504142510 li{width: 23.5%;}
	#productList_style_01_1515504142510 li.prod_Item{margin-bottom:2%;}
}
@media screen and (max-width: 768px){/*mobi*/
	#productList_style_01_1515504142510 li{width: 49%;}
	#productList_style_01_1515504142510 li.prod_Item{margin-bottom:2%;}
}

#productList_style_01_1515504142510 .p_detail.pc {display:block;}
#productList_style_01_1515504142510 .p_detail.pad, #productList_style_01_1515504142510 .p_detail.mobile {display:none;}
	@media screen and (min-width:641px) and (max-width:1200px) {
	#productList_style_01_1515504142510 .p_detail.pad {display:block;}
	#productList_style_01_1515504142510 .p_detail.pc, #productList_style_01_1515504142510 .p_detail.mobile {display:none;}
	}
	@media screen and (max-width:640px) {
	#productList_style_01_1515504142510 .p_detail.mobile {display:block;}
	#productList_style_01_1515504142510 .p_detail.pc, #productList_style_01_1515504142510 .p_detail.pad {display:none;}
	}

#productList_style_01_1515504142510 .p_name.pc {display:block;}
#productList_style_01_1515504142510 .p_name.pad, #productList_style_01_1515504142510 .p_name.mobile {display:none;}
	@media screen and (min-width:641px) and (max-width:1200px) {
	#productList_style_01_1515504142510 .p_name.pad {display:block;}
	#productList_style_01_1515504142510 .p_name.pc, #productList_style_01_1515504142510 .p_name.mobile {display:none;}
	}
	@media screen and (max-width:640px) {
	#productList_style_01_1515504142510 .p_name.mobile {display:block;}
	#productList_style_01_1515504142510 .p_name.pc, #productList_style_01_1515504142510 .p_name.pad {display:none;}
	}



 .status{ color:red; display:inline-block; border:1px solid red; padding:0 2px; margin-right:5px; text-align: center; font-size:12px; font-family:'Times New Roman'; vertical-align: middle; text-indent: 0px;}



	#productList_style_01_1515504142510 .page_btn{ font-size:14px; text-align: center;}
	#productList_style_01_1515504142510 .page_btn .all_page{ display:inline-block; margin:0 10px; }
	#productList_style_01_1515504142510 .page:hover{ background:red; color:white; cursor:pointer;}
	#productList_style_01_1515504142510 .page_btn .cur{ background:red; color:white; cursor:pointer;}
	#productList_style_01_1515504142510 .submit_div{ display: inline-block; }
	
	#productList_style_01_1515504142510 .page_btn input{ width:50px; margin:0 5px;}
	#productList_style_01_1515504142510 .page_btn input:hover{ cursor:default; background:white; color:#333;}
	#productList_style_01_1515504142510 .page_submit{margin-left:5px;}
	#productList_style_01_1515504142510 .page{display:inline-block; border:none; background:white; text-align: center; width:auto; padding:0 15px; margin:0 .5px; height:auto; line-height:35px; box-sizing: border-box; -webkit-box-sizing: border-box; border:1px solid #e5e5e5;}
	@media screen and (max-width:640px) {
			#productList_style_01_1515504142510 .page_btn{ font-size:12px; }
			#productList_style_01_1515504142510 .submit_div{ display:none; }
		}

			#productList_style_01_1515504142510 .page{width:auto; margin:0 5px 10px 5px; border-radius:5px;  }
		@media screen and (max-width:640px) {
			#productList_style_01_1515504142510 .page{line-height:30px; padding:0 13px;}
		}
.prod_default{width:100%; clear: both;}
.prod_default *{transition: all ease .2s; -webkit-transition: all ease .2s; -moz-transition: all ease .2s; -o-transition: all ease .2s; box-sizing: border-box;}
.prod_default ul{width: 100%; display: -webkit-flex; display: -moz-flex; display: flex; flex-wrap:wrap; justify-content:space-between;}
.prod_default .prod_Item{list-style:none; height:auto; padding: 0px; box-sizing:border-box; margin-bottom: 1%;}
.prod_default .relative{position:relative; width:100%; height:auto; overflow:hidden;}
.prod_default .prodImg_box{position:relative; width:100%; overflow: hidden; background: #eee; box-sizing: border-box;}
.prod_default .prod_img{position:absolute; left:0; right:0; top:0; bottom:0; overflow:hidden;}
.prod_default .prod_img span{position: absolute; left: 35%; top: 35%; right: 35%; bottom: 35%; background: none;}
.prod_default .prod_Item:hover .prod_img{transform: scale(1.05); -webkit-transform: scale(1.05); -moz-transform: scale(1.05); -o-transform: scale(1.05);}
.prod_default .prod_Item:hover .prod_img span{background: rgba(255,255,255,.25); left: 0; top: 0; right: 0; bottom: 0;}
.prod_default .prod_img img.horizontal{width:100%; height:auto; position: absolute; top: 50%; left:0; transform: translateY(-50%); -webkit-transform: translateY(-50%); -moz-transform: translateY(-50%); -o-transform: translateY(-50%); -ms-transform: translateY(-50%);}
.prod_default .prod_img img.vertical{width:auto; height:100%; position: absolute; left: 50%; top:0; transform: translateX(-50%); -webkit-transform: translateX(-50%); -moz-transform: translateX(-50%); -o-transform: translateX(-50%); -ms-transform: translateX(-50%);}
.prod_default .dummy{margin-top:75%}
.prod_default .prod_info {overflow: hidden; width: 100%; padding-top: 10px; box-sizing: border-box; }
.prod_default .p_name {margin-bottom: 5px; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; font-size: 14px; color: #333; line-height: 1.4; width: 100%;}
.prod_default .p_name a {font-size: inherit; color: inherit; line-height: inherit; display: block;}/*文字两行后自动超出隐藏*/
.prod_default .p_detail { font-size: 12px; color: #666; display: block; margin-bottom: 5px; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden;}
.prod_default .p_group { margin-bottom: 5px; display: block; float: left; width:50%; color: #666; font-size: 12px;}
.prod_default .p_group .p_lb{display: none;}
.prod_default .p_line{margin-bottom: 5px; overflow: hidden;; width: 100%;}
.prod_default .p_num { margin-bottom: 5px; display: block; float: right; text-align: right; width: 50%; color: #666; font-size: 12px;}
.prod_default .p_jg{display: none;}
.prod_default .p_price {float: left; line-height: 1; white-space: nowrap;display: block !important; }
.prod_default .p_value {color: #ff002a; font-size:26px;}
.prod_default .zhekou {color: #ff002a; font-size:16px;font-weight: bold;}
.prod_default .prod_info .unit {color: #ff002a;font-size: 16px;}
.prod_default .p_vip {display: block; float: right; text-align: right; line-height:30px; height: 26px; white-space: nowrap;position: absolute;right:0;}
.prod_default .p_vip .v_jg{color:#666; font-size: 12px;}
.prod_default .v_value {color: #333; font-size: 18px;}
.prod_default .v_unit {color: #333;font-size: 12px;}
.prod_default .pro_button {margin: 10px 0 0; overflow: hidden;}
.prod_default .p_link { float: left; width: 48%; text-align: center;}
.prod_default .p_link a {display: block; padding: 10px 15px;}
.prod_default .p_cart { text-align: center;}
.prod_default .p_cart a {display: block; padding: 9px 15px; background: #f00; color: #fff;}
.prod_default a{text-decoration:none; }  
.prod_default .p_price2 {clear:both; line-height: 1; white-space: nowrap;font-size:12px !important;color:gray !important;}
.prod_default .p_price2 .p_jg{font-size:14px;color:gray;}
.prod_default .p_price2 .unit{font-size:14px;color:gray;}
.prod_default .p_price2 .p_value{font-size:14px;color:gray;}
.prod_default .p_price2 .p_value{font-size:14px;color:gray;}

.prod_default .freeinfo{ clear:both; overflow:hidden;}
.prod_default .freeinfo span{ display:block; float:left; border:1px solid red; border-radius:5px; padding:0 5px; color:red; margin-right:5px; box-sizing: border-box; }

.prod_default .Collage_item{}
.prod_default .Collage_ico{ position:absolute; left:10px; top:0; width:40px; height:40px; z-index: 100;}
.prod_default .Collage_ico img{ width:100%; height:100%; vertical-align: top; }
.prod_default .prod_top{ background-color:#ff5656; overflow:hidden; padding:10px 10px; color:white; font-size:14px;}
.prod_default .prod_top_left{ display:inline-block; width:100%; overflow:hidden; vertical-align: middle;}
.prod_default .prod_price{ display:inline-block;color: #ff002a;}
.prod_default .prod_old_price{ font-size:12px; text-decoration:line-through; display:inline-block;}
.prod_default .prod_infos .price_value{ font-size:26px; }
.prod_default .prod_infos .units{font-size:16px;}
.prod_default .prod_infos .zero{ font-size:12px; }
.prod_default .prod_top_right{ display:inline-block; width:100%; vertical-align: middle;position: absolute;bottom: 0;z-index: 99;padding: 10px;background: #f00;color: #fff;}
.prod_default .prod_details{width: 100%; display: inline-block; overflow: hidden; white-space: nowrap;font-size: 14px;}
.prod_default .prod_pernum{width: 100%; display: inline-block; overflow: hidden; white-space: nowrap;text-align: right;font-size: 14px;}


.prod_default .prod_middle .prod_title{ font-size:14px; line-height:1.5;  margin-bottom: 5px;}
.prod_default .prod_middle .prod_detail{ font-size:12px; color:#666;    margin-bottom: 5px; }

.prod_default .prod_bottom .prod_btn{ line-height:3; font-size:12px; background-color:#f00; color:white; text-align: center; margin: 10px 0;}
.prod_default .pc{ display:block; }
.prod_default .pad,.prod_default .mobile{display:none;}
@media screen and (max-width: 1200px) and (min-width: 641px){
	.prod_default .pad{ display:block; }
	.prod_default .pc,.prod_default .mobile{display:none;}
}
@media screen and (max-width: 640px){
	.prod_default .mobile{ display:block; }
	.prod_default .pc,.prod_default .pad{display:none;}
	.prod_default .Collage_ico{ width:30px; height:30px; }
	.prod_default .prod_top{ font-size:12px; }
	.prod_default .prod_infos{padding: 6px;}
	.prod_default .prod_infos .price_value{ font-size:18px; }
	.prod_default .prod_top_left,.prod_default .prod_top_right{ width:100%; display: block; }
	.prod_default .prod_middle .prod_title{ font-size:14px; }
	.prod_default .prod_middle .prod_detail{ font-size:12px; }
	.prod_default .prod_bottom .prod_btn{ line-height:3; font-size:12px; margin: 0;}
	.prod_default .prod_details {font-size: 12px;width: 100%;display: block;}
	.prod_default .prod_pernum {width: 100%;font-size: 14px;}
	.prod_default .end_text,.prod_default .end_time{display: inline-block;}
	.prod_default .prod_pernum{display: none;}
	.prod_default .pro_button{margin: 0;}
	.prod_default .p_price {line-height: 23px;white-space: nowrap;display: block !important;}

	.prod_default .p_price2 {padding-top: 5px;}
	.prod_default .prod_info{padding: 6px;}
	.prod_default .unit,.prod_default .p_vip .v_jg,.prod_default .v_unit{font-size: 12px;}
	.prod_default .p_vip{height: 18px; line-height: 23px;}
	.prod_default .v_value{font-size: 14px;}
	.prod_default .p_value{font-size: 18px;}
	.prod_default .prod .p_detail{display: none !important;}
	.prod_default .p_vip {position: relative;float: none !important;clear:both;text-align: left !important;}
}

/*pc*/
#productList_style_01_1515504142520 li{width: 23.5%;}
#productList_style_01_1515504142520 li.prod_Item{margin-bottom:2%;}
@media screen and (max-width: 1024px){/*ipad*/
	#productList_style_01_1515504142520 li{width: 23.5%;}
	#productList_style_01_1515504142520 li.prod_Item{margin-bottom:2%;}
}
@media screen and (max-width: 768px){/*mobi*/
	#productList_style_01_1515504142520 li{width: 49%;}
	#productList_style_01_1515504142520 li.prod_Item{margin-bottom:2%;}
}

#productList_style_01_1515504142520 .p_detail.pc {display:block;}
#productList_style_01_1515504142520 .p_detail.pad, #productList_style_01_1515504142520 .p_detail.mobile {display:none;}
	@media screen and (min-width:641px) and (max-width:1200px) {
	#productList_style_01_1515504142520 .p_detail.pad {display:block;}
	#productList_style_01_1515504142520 .p_detail.pc, #productList_style_01_1515504142520 .p_detail.mobile {display:none;}
	}
	@media screen and (max-width:640px) {
	#productList_style_01_1515504142520 .p_detail.mobile {display:block;}
	#productList_style_01_1515504142520 .p_detail.pc, #productList_style_01_1515504142520 .p_detail.pad {display:none;}
	}

#productList_style_01_1515504142520 .p_name.pc {display:block;}
#productList_style_01_1515504142520 .p_name.pad, #productList_style_01_1515504142520 .p_name.mobile {display:none;}
	@media screen and (min-width:641px) and (max-width:1200px) {
	#productList_style_01_1515504142520 .p_name.pad {display:block;}
	#productList_style_01_1515504142520 .p_name.pc, #productList_style_01_1515504142520 .p_name.mobile {display:none;}
	}
	@media screen and (max-width:640px) {
	#productList_style_01_1515504142520 .p_name.mobile {display:block;}
	#productList_style_01_1515504142520 .p_name.pc, #productList_style_01_1515504142520 .p_name.pad {display:none;}
	}


/
 .status{ color:red; display:inline-block; border:1px solid red; padding:0 2px; margin-right:5px; text-align: center; font-size:12px; font-family:'Times New Roman'; vertical-align: middle; text-indent: 0px;}



	#productList_style_01_1515504142520 .page_btn{ font-size:14px; text-align: center;}
	#productList_style_01_1515504142520 .page_btn .all_page{ display:inline-block; margin:0 10px; }
	#productList_style_01_1515504142520 .page:hover{ background:red; color:white; cursor:pointer;}
	#productList_style_01_1515504142520 .page_btn .cur{ background:red; color:white; cursor:pointer;}
	#productList_style_01_1515504142520 .submit_div{ display: inline-block; }
	
	#productList_style_01_1515504142520 .page_btn input{ width:50px; margin:0 5px;}
	#productList_style_01_1515504142520 .page_btn input:hover{ cursor:default; background:white; color:#333;}
	#productList_style_01_1515504142520 .page_submit{margin-left:5px;}
	#productList_style_01_1515504142520 .page{display:inline-block; border:none; background:white; text-align: center; width:auto; padding:0 15px; margin:0 .5px; height:auto; line-height:35px; box-sizing: border-box; -webkit-box-sizing: border-box; border:1px solid #e5e5e5;}
	@media screen and (max-width:640px) {
			#productList_style_01_1515504142520 .page_btn{ font-size:12px; }
			#productList_style_01_1515504142520 .submit_div{ display:none; }
		}

			#productList_style_01_1515504142520 .page{width:auto; margin:0 5px 10px 5px; border-radius:5px;  }
		@media screen and (max-width:640px) {
			#productList_style_01_1515504142520 .page{line-height:30px; padding:0 13px;}
		}
.prod_default{width:100%; clear: both;}
.prod_default *{transition: all ease .2s; -webkit-transition: all ease .2s; -moz-transition: all ease .2s; -o-transition: all ease .2s; box-sizing: border-box;}
.prod_default ul{width: 100%; display: -webkit-flex; display: -moz-flex; display: flex; flex-wrap:wrap; justify-content:space-between;}
.prod_default .prod_Item{list-style:none; height:auto; padding: 0px; box-sizing:border-box; margin-bottom: 1%;}
.prod_default .relative{position:relative; width:100%; height:auto; overflow:hidden;}
.prod_default .prodImg_box{position:relative; width:100%; overflow: hidden; background: #eee; box-sizing: border-box;}
.prod_default .prod_img{position:absolute; left:0; right:0; top:0; bottom:0; overflow:hidden;}
.prod_default .prod_img span{position: absolute; left: 35%; top: 35%; right: 35%; bottom: 35%; background: none;}
.prod_default .prod_Item:hover .prod_img{transform: scale(1.05); -webkit-transform: scale(1.05); -moz-transform: scale(1.05); -o-transform: scale(1.05);}
.prod_default .prod_Item:hover .prod_img span{background: rgba(255,255,255,.25); left: 0; top: 0; right: 0; bottom: 0;}
.prod_default .prod_img img.horizontal{width:100%; height:auto; position: absolute; top: 50%; left:0; transform: translateY(-50%); -webkit-transform: translateY(-50%); -moz-transform: translateY(-50%); -o-transform: translateY(-50%); -ms-transform: translateY(-50%);}
.prod_default .prod_img img.vertical{width:auto; height:100%; position: absolute; left: 50%; top:0; transform: translateX(-50%); -webkit-transform: translateX(-50%); -moz-transform: translateX(-50%); -o-transform: translateX(-50%); -ms-transform: translateX(-50%);}
.prod_default .dummy{margin-top:75%}/*控制产品图片显示比例*/
.prod_default .prod_info {overflow: hidden; width: 100%; padding-top: 10px; box-sizing: border-box; }
.prod_default .p_name {margin-bottom: 5px; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; font-size: 14px; color: #333; line-height: 1.4; width: 100%;}
.prod_default .p_name a {font-size: inherit; color: inherit; line-height: inherit; display: block;}/*文字两行后自动超出隐藏*/
.prod_default .p_detail { font-size: 12px; color: #666; display: block; margin-bottom: 5px; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden;}/*文字两行后自动超出隐藏*/
.prod_default .p_group { margin-bottom: 5px; display: block; float: left; width:50%; color: #666; font-size: 12px;}
.prod_default .p_group .p_lb{display: none;}
.prod_default .p_line{margin-bottom: 5px; overflow: hidden;; width: 100%;}
.prod_default .p_num { margin-bottom: 5px; display: block; float: right; text-align: right; width: 50%; color: #666; font-size: 12px;}
.prod_default .p_jg{display: none;}
.prod_default .p_price {float: left; line-height: 1; white-space: nowrap;display: block !important; }
.prod_default .p_value {color: #ff002a; font-size:26px;}
.prod_default .zhekou {color: #ff002a; font-size:16px;font-weight: bold;}
.prod_default .prod_info .unit {color: #ff002a;font-size: 16px;}
.prod_default .p_vip {display: block; float: right; text-align: right; line-height:30px; height: 26px; white-space: nowrap;position: absolute;right:0;}
.prod_default .p_vip .v_jg{color:#666; font-size: 12px;}
.prod_default .v_value {color: #333; font-size: 18px;}
.prod_default .v_unit {color: #333;font-size: 12px;}
.prod_default .pro_button {margin: 10px 0 0; overflow: hidden;}
.prod_default .p_link { float: left; width: 48%; text-align: center;}
.prod_default .p_link a {display: block; padding: 10px 15px;}
.prod_default .p_cart { text-align: center;}
.prod_default .p_cart a {display: block; padding: 9px 15px; background: #f00; color: #fff;}
.prod_default a{text-decoration:none; }  
.prod_default .p_price2 {clear:both; line-height: 1; white-space: nowrap;font-size:12px !important;color:gray !important;}
.prod_default .p_price2 .p_jg{font-size:14px;color:gray;}
.prod_default .p_price2 .unit{font-size:14px;color:gray;}
.prod_default .p_price2 .p_value{font-size:14px;color:gray;}
.prod_default .p_price2 .p_value{font-size:14px;color:gray;}

.prod_default .freeinfo{ clear:both; overflow:hidden;}
.prod_default .freeinfo span{ display:block; float:left; border:1px solid red; border-radius:5px; padding:0 5px; color:red; margin-right:5px; box-sizing: border-box; }


.prod_default .Collage_item{}
.prod_default .Collage_ico{ position:absolute; left:10px; top:0; width:40px; height:40px; z-index: 100;}
.prod_default .Collage_ico img{ width:100%; height:100%; vertical-align: top; }
.prod_default .prod_top{ background-color:#ff5656; overflow:hidden; padding:10px 10px; color:white; font-size:14px;}
.prod_default .prod_top_left{ display:inline-block; width:100%; overflow:hidden; vertical-align: middle;}
.prod_default .prod_price{ display:inline-block;color: #ff002a;}
.prod_default .prod_old_price{ font-size:12px; text-decoration:line-through; display:inline-block;}
.prod_default .prod_infos .price_value{ font-size:26px; }
.prod_default .prod_infos .units{font-size:16px;}
.prod_default .prod_infos .zero{ font-size:12px; }
.prod_default .prod_top_right{ display:inline-block; width:100%; vertical-align: middle;position: absolute;bottom: 0;z-index: 99;padding: 10px;background: #f00;color: #fff;}
.prod_default .prod_details{width: 100%; display: inline-block; overflow: hidden; white-space: nowrap;font-size: 14px;}
.prod_default .prod_pernum{width: 100%; display: inline-block; overflow: hidden; white-space: nowrap;text-align: right;font-size: 14px;}


.prod_default .prod_middle .prod_title{ font-size:14px; line-height:1.5;  margin-bottom: 5px;}
.prod_default .prod_middle .prod_detail{ font-size:12px; color:#666;    margin-bottom: 5px; }

.prod_default .prod_bottom .prod_btn{ line-height:3; font-size:12px; background-color:#f00; color:white; text-align: center; margin: 10px 0;}
.prod_default .pc{ display:block; }
.prod_default .pad,.prod_default .mobile{display:none;}
@media screen and (max-width: 1200px) and (min-width: 641px){
	.prod_default .pad{ display:block; }
	.prod_default .pc,.prod_default .mobile{display:none;}
}
@media screen and (max-width: 640px){
	.prod_default .mobile{ display:block; }
	.prod_default .pc,.prod_default .pad{display:none;}
	.prod_default .Collage_ico{ width:30px; height:30px; }
	.prod_default .prod_top{ font-size:12px; }
	.prod_default .prod_infos{padding: 6px;}
	.prod_default .prod_infos .price_value{ font-size:18px; }
	.prod_default .prod_top_left,.prod_default .prod_top_right{ width:100%; display: block; }
	.prod_default .prod_middle .prod_title{ font-size:14px; }
	.prod_default .prod_middle .prod_detail{ font-size:12px; }
	.prod_default .prod_bottom .prod_btn{ line-height:3; font-size:12px; margin: 0;}
	.prod_default .prod_details {font-size: 12px;width: 100%;display: block;}
	.prod_default .prod_pernum {width: 100%;font-size: 14px;}
	.prod_default .end_text,.prod_default .end_time{display: inline-block;}
	.prod_default .prod_pernum{display: none;}
	.prod_default .pro_button{margin: 0;}
	.prod_default .p_price {line-height: 23px;white-space: nowrap;display: block !important;}

	.prod_default .p_price2 {padding-top: 5px;}
	.prod_default .prod_info{padding: 6px;}
	.prod_default .unit,.prod_default .p_vip .v_jg,.prod_default .v_unit{font-size: 12px;}
	.prod_default .p_vip{height: 18px; line-height: 23px;}
	.prod_default .v_value{font-size: 14px;}
	.prod_default .p_value{font-size: 18px;}
	.prod_default .prod .p_detail{display: none !important;}
	.prod_default .p_vip {position: relative;float: none !important;clear:both;text-align: left !important;}
}

#productList_style_01_1520818130476 li{width: 23.5%;}
#productList_style_01_1520818130476 li.prod_Item{margin-bottom:2%;}
@media screen and (max-width: 1024px){/*ipad*/
	#productList_style_01_1520818130476 li{width: 23.5%;}
	#productList_style_01_1520818130476 li.prod_Item{margin-bottom:2%;}
}
@media screen and (max-width: 768px){/*mobi*/
	#productList_style_01_1520818130476 li{width: 49%;}
	#productList_style_01_1520818130476 li.prod_Item{margin-bottom:2%;}
}

#productList_style_01_1520818130476 .p_detail.pc {display:block;}
#productList_style_01_1520818130476 .p_detail.pad, #productList_style_01_1520818130476 .p_detail.mobile {display:none;}
	@media screen and (min-width:641px) and (max-width:1200px) {
	#productList_style_01_1520818130476 .p_detail.pad {display:block;}
	#productList_style_01_1520818130476 .p_detail.pc, #productList_style_01_1520818130476 .p_detail.mobile {display:none;}
	}
	@media screen and (max-width:640px) {
	#productList_style_01_1520818130476 .p_detail.mobile {display:block;}
	#productList_style_01_1520818130476 .p_detail.pc, #productList_style_01_1520818130476 .p_detail.pad {display:none;}
	}

#productList_style_01_1520818130476 .p_name.pc {display:block;}
#productList_style_01_1520818130476 .p_name.pad, #productList_style_01_1520818130476 .p_name.mobile {display:none;}
	@media screen and (min-width:641px) and (max-width:1200px) {
	#productList_style_01_1520818130476 .p_name.pad {display:block;}
	#productList_style_01_1520818130476 .p_name.pc, #productList_style_01_1520818130476 .p_name.mobile {display:none;}
	}
	@media screen and (max-width:640px) {
	#productList_style_01_1520818130476 .p_name.mobile {display:block;}
	#productList_style_01_1520818130476 .p_name.pc, #productList_style_01_1520818130476 .p_name.pad {display:none;}
	}


 .status{ color:red; display:inline-block; border:1px solid red; padding:0 2px; margin-right:5px; text-align: center; font-size:12px; font-family:'Times New Roman'; vertical-align: middle; text-indent: 0px;}



	#productList_style_01_1520818130476 .page_btn{ font-size:14px; text-align: center;}
	#productList_style_01_1520818130476 .page_btn .all_page{ display:inline-block; margin:0 10px; }
	#productList_style_01_1520818130476 .page:hover{ background:red; color:white; cursor:pointer;}
	#productList_style_01_1520818130476 .page_btn .cur{ background:red; color:white; cursor:pointer;}
	#productList_style_01_1520818130476 .submit_div{ display: inline-block; }
	
	#productList_style_01_1520818130476 .page_btn input{ width:50px; margin:0 5px;}
	#productList_style_01_1520818130476 .page_btn input:hover{ cursor:default; background:white; color:#333;}
	#productList_style_01_1520818130476 .page_submit{margin-left:5px;}
	#productList_style_01_1520818130476 .page{display:inline-block; border:none; background:white; text-align: center; width:auto; padding:0 15px; margin:0 .5px; height:auto; line-height:35px; box-sizing: border-box; -webkit-box-sizing: border-box; border:1px solid #e5e5e5;}
	@media screen and (max-width:640px) {
			#productList_style_01_1520818130476 .page_btn{ font-size:12px; }
			#productList_style_01_1520818130476 .submit_div{ display:none; }
		}

			#productList_style_01_1520818130476 .page{width:auto; margin:0 5px 10px 5px; border-radius:5px;  }
		@media screen and (max-width:640px) {
			#productList_style_01_1520818130476 .page{line-height:30px; padding:0 13px;}
		}
		

#tab_style_03_1515504142301 #div_tab_style_03_1515504142301 .tab_right_arrow{display:none;width:40px;height:40px;opacity:1;right:10px;}
#tab_style_03_1515504142301 #div_tab_style_03_1515504142301 .tab_left_arrow{display:none;width:40px;height:40px;opacity:1;left:10px;}
#tab_style_03_1515504142301 #div_tab_style_03_1515504142301 .tab_img{display:none;}
#tab_style_03_1515504142301 #div_tab_style_03_1515504142301 .tab_ul{text-align:center}
#tab_style_03_1515504142301 #div_tab_style_03_1515504142301 .tab_nav{display:block !important;}
.squareButton { width: 100%; height:32px; background: #fff; color: #333; box-sizing: border-box; border: 1px solid #ccc; border-radius: 4px; font-size: 14px; cursor: pointer; transition: all ease-in .1s; -webkit-transition: all ease-in .1s; -moz-transition: all ease-in .1s; -o-transition: all ease-in .1s; }/*新闻列表样式*/
.boxNewsListStyle_6{width:100%; clear: both;}
.boxNewsListStyle_6 *{transition: all ease .2s; -webkit-transition: all ease .2s; -moz-transition: all ease .2s; -o-transition: all ease .2s; box-sizing: border-box;}
.boxNewsListStyle_6 li{clear:both;width:100%; list-style:none; margin-bottom:10px; border-bottom:1px solid #eee; background: #fff; box-sizing:border-box; overflow: hidden;}
.boxNewsListStyle_6 .sumary_list .newCont{width:100%; box-sizing:border-box; float: left;}
.boxNewsListStyle_6 .sumary_list .newCont .newTitle{width:100%;}
.boxNewsListStyle_6 .sumary_list .newName{}
.boxNewsListStyle_6 .sumary_list .newName a{ text-decoration:none; line-height:1.4; font-size:16px; color: #333;}
.boxNewsListStyle_6 .sumary_list .newName a:hover{}
.boxNewsListStyle_6 .sumary_list .newSort{color:#fff; font-size:12px; white-space: nowrap; padding:0 1em; height: 24px; line-height: 24px; background:#4dc0f8; margin-right:10px; float:left;}
.boxNewsListStyle_6 .sumary_list .newsTime{text-align:right;color:#aaa; font-size:16px; white-space:nowrap;}
.boxNewsListStyle_6 .sumary_list .newsTime span{white-space: nowrap;}
.boxNewsListStyle_6 .sumary_list .newDetail{width:100%; padding:1em 0 0; color:#aaa; font-size:12px; line-height:1.6;overflow:hidden; text-overflow:ellipsis; display:-webkit-box;-webkit-line-clamp:2; -webkit-box-orient:vertical;}

.boxNewsListStyle_6 .page_btn{clear: both; margin-top: 20px; width: 100%; text-align: center;}
.boxNewsListStyle_6 .page_btn a{display: inline-block; color: #333; box-sizing: border-box; margin: 0 5px; width: 24px; height: 24px; line-height: 24px; border: 1px solid #ccc; font-family: 'microsoft YaHei';}
.boxNewsListStyle_6 .page_btn a.cur,.boxNewsListStyle_6 .page_btn a:hover{border:1px solid #4c4c4c;}
.boxNewsListStyle_6 .prev_btn,.boxNewsListStyle_6 .next_btn{font-family: '黑体' !important; border: 0 !important;}
.boxNewsListStyle_6 .no_page{border: 0 !important;}

.boxNewsListStyle_6 .newPic{background-color: #eee;width:110px; ;margin:0 10px 10px 0;overflow:hidden; position:relative; box-sizing:border-box; float:left; }
.boxNewsListStyle_6 .newPic a{display: block; position: absolute; left: 0; width: 100%;}
.boxNewsListStyle_6 .newPic img{width:100%;}
.boxNewsListStyle_6 .newPic2{display: none;}
.boxNewsListStyle_6 .show_all{ margin-top:.5em;float: left;}
.boxNewsListStyle_6 .show_all a{display:block; margin-top:.4em; text-decoration:none; border:1px solid #ddd; text-align:center; padding:.4em 1em; font-size:12px;  color:#666; }
.boxNewsListStyle_6 .newSort{display: block;color:#999;}


@media screen and (max-width:991px){
}
@media screen and (max-width:768px){
.boxNewsListStyle_6 .sumary_list .newName a{font-size:14px;}
.boxNewsListStyle_6 .sumary_list .newsTime{font-size:14px;}

.boxNewsListStyle_6  .newPic{width:100%;float:none;margin-bottom: 6px;}
.boxNewsListStyle_6 .show_all{width:40%;min-width: 160px; }


}

}
@media screen and (max-width:480px){
.boxNewsListStyle_6 .sumary_list .newName a{font-size:12px;}
.boxNewsListStyle_6 .sumary_list .newsTime{font-size:12px;}
}


	#newsList_style_06_1517628016516 .newDetail.pc {display:block;}
	#newsList_style_06_1517628016516 .newDetail.pad, #newsList_style_06_1517628016516 .newDetail.mobile {display:none;}
	@media screen and (min-width:641px) and (max-width:1200px) {
		#newsList_style_06_1517628016516 .newDetail.pad {display:block;}
		#newsList_style_06_1517628016516 .newDetail.pc, #newsList_style_06_1517628016516 .newDetail.mobile {display:none;}
	}
	@media screen and (max-width:640px) {
		#newsList_style_06_1517628016516 .newDetail.mobile {display:block;}
		#newsList_style_06_1517628016516 .newDetail.pc, #newsList_style_06_1517628016516 .newDetail.pad {display:none;}
	}

@media screen and (min-width: 1025px) {
	#newsList_style_06_1517628016516 .newPic{width: 0px;}
	#newsList_style_06_1517628016516 .sumary_list .newCont{width: calc(100% - 0px - 10px);}
}
@media screen and (min-width: 640px) and (max-width: 1024px) {
	#newsList_style_06_1517628016516 .newPic{width: 0px;}
	#newsList_style_06_1517628016516 .sumary_list .newCont{width: calc(100% - 0px - 10px);}
}

@media screen and (max-width: 640px) {
}

.gformStyle_1{width:100%; box-sizing: border-box;}
.gformStyle_1 *{box-sizing: border-box;transition:all ease .3s; -webkit-transition:all ease .3s; -moz-transition:all ease .3s; -o-transition:all ease .3s; box-sizing: border-box;}
.gformStyle_1 form{}
.gformStyle_1 .gformS{width:100%;box-sizing:border-box;}
.gformStyle_1 .gf_title{text-align:center; font-size:18px; line-height:3;}
.gformStyle_1 .gformList{width:100%;margin-bottom:4px;}
.gformStyle_1 .gformList span{display:block; float:left; width:36px; font-size:14px; line-height:34px;}
.gformStyle_1 .gformList textarea.gf_message, .gformStyle_1 .gformList input.gfInput{width:100%;max-width:100%; min-width:300px; box-sizing:border-box; font-size:14px; color:#333; padding:8px; border:1px solid #eee;}
.gformStyle_1 .gformList input.gfInput{height:34px; width:100%; min-width:300px;}
.gformStyle_1 .gformList textarea.gf_message{}
.gformStyle_1 .gbt{background:#EC8C14; color:#fff; font-size:16px; line-height:40px; cursor:pointer; box-sizing:border-box; border:0; height:40px; width:100%; margin:3% auto;}

.gformStyle_1 #gbook{width:100%; box-sizing:border-box; list-style:none; clear:both;}
.gformStyle_1 li.gbList{background:#fff; margin-bottom:10px; color:#333; padding:10px; box-sizing:border-box;}
.gformStyle_1 .gb_name{font-size:14px; line-height:3; white-space:nowrap; border-top: 1px solid #aaa; padding:10px;}
.gformStyle_1 .gb_content{margin:10px auto;  clear:both;}
.gformStyle_1 .gb_page{background:#fff; text-align:center; font-size:14px; line-height:2;}
.gformStyle_1 .gb_replay{margin:10px auto; border-top:1px solid #ccc; padding-top:10px; box-sizing:border-box; font-size:14px;}
.gformStyle_1 .gb_replay b{padding-left:50px; }
.gformStyle_1 .gb_replay .gb_content{padding-left:50px; }
.gformStyle_1 .gb_info{float:right; color:#666;}
.gformStyle_1 .gb_nickname{}

@media screen and (max-width:991px){
.gformStyle_1 .gformList textarea.gf_message,.gformList input.gfInput{margin:auto; max-width:auto; min-width:calc(100% - 36px); }
}
@media screen and (max-width:768px){
.gformStyle_1{padding:15px;}
.gformStyle_1 .listTit{display:none;}
.gformStyle_1 .gformList textarea.gf_message,.gformList input.gfInput{margin:auto; max-width:auto; min-width:100%;}
.gformStyle_1 .gbt{font-size:14px;}
}
@media screen and (max-width:480px){
.gformStyle_1{padding:10px;}
.gformStyle_1 .listTit{display:none;}
.gformStyle_1 .gformList textarea.gf_message,.gformStyle_1 .gformList input.gfInput{margin:auto; max-width:auto; min-width:100%; }
.gformStyle_1 .gb_replay{padding-left:10px;font-size:14px;}
.gformStyle_1 .gb_nickname,.gformStyle_1 .gb_nickname b{font-size:14px;}
}
.gformStyle_1 .gformList textarea.gf_message, .gformStyle_1 .gformList input.gfInput,.gformStyle_1 li.gbList{background:#f5f5f5;}/*modBgColor*/
.gformStyle_1 .modFontColor{color:#333;}
.gformStyle_1 .modBorderColor{border-color:#f5f5f5 !important;}.squareButton { width: 100%; height:32px; background: #fff; color: #333; box-sizing: border-box; border: 1px solid #ccc; border-radius: 4px; font-size: 14px; cursor: pointer; transition: all ease-in .1s; -webkit-transition: all ease-in .1s; -moz-transition: all ease-in .1s; -o-transition: all ease-in .1s; }/*新闻列表样式*/
.boxNewsListStyle_6{width:100%; clear: both;}
.boxNewsListStyle_6 *{transition: all ease .2s; -webkit-transition: all ease .2s; -moz-transition: all ease .2s; -o-transition: all ease .2s; box-sizing: border-box;}
.boxNewsListStyle_6 li{clear:both;width:100%; list-style:none; margin-bottom:10px; border-bottom:1px solid #eee; background: #fff; box-sizing:border-box; overflow: hidden;}
.boxNewsListStyle_6 .sumary_list .newCont{width:100%; box-sizing:border-box; float: left;}
.boxNewsListStyle_6 .sumary_list .newCont .newTitle{width:100%;}
.boxNewsListStyle_6 .sumary_list .newName{}
.boxNewsListStyle_6 .sumary_list .newName a{ text-decoration:none; line-height:1.4; font-size:16px; color: #333;}
.boxNewsListStyle_6 .sumary_list .newName a:hover{}
.boxNewsListStyle_6 .sumary_list .newSort{color:#fff; font-size:12px; white-space: nowrap; padding:0 1em; height: 24px; line-height: 24px; background:#4dc0f8; margin-right:10px; float:left;}
.boxNewsListStyle_6 .sumary_list .newsTime{text-align:right;color:#aaa; font-size:16px; white-space:nowrap;}
.boxNewsListStyle_6 .sumary_list .newsTime span{white-space: nowrap;}
.boxNewsListStyle_6 .sumary_list .newDetail{width:100%; padding:1em 0 0; color:#aaa; font-size:12px; line-height:1.6;overflow:hidden; text-overflow:ellipsis; display:-webkit-box;-webkit-line-clamp:2; -webkit-box-orient:vertical;}

.boxNewsListStyle_6 .page_btn{clear: both; margin-top: 20px; width: 100%; text-align: center;}
.boxNewsListStyle_6 .page_btn a{display: inline-block; color: #333; box-sizing: border-box; margin: 0 5px; width: 24px; height: 24px; line-height: 24px; border: 1px solid #ccc; font-family: 'microsoft YaHei';}
.boxNewsListStyle_6 .page_btn a.cur,.boxNewsListStyle_6 .page_btn a:hover{border:1px solid #4c4c4c;}
.boxNewsListStyle_6 .prev_btn,.boxNewsListStyle_6 .next_btn{font-family: '黑体' !important; border: 0 !important;}
.boxNewsListStyle_6 .no_page{border: 0 !important;}
/
.boxNewsListStyle_6 .newPic{background-color: #eee;width:110px; ;margin:0 10px 10px 0;overflow:hidden; position:relative; box-sizing:border-box; float:left; }
.boxNewsListStyle_6 .newPic a{display: block; position: absolute; left: 0; width: 100%;}
.boxNewsListStyle_6 .newPic img{width:100%;}
.boxNewsListStyle_6 .newPic2{display: none;}
.boxNewsListStyle_6 .show_all{ margin-top:.5em;float: left;}
.boxNewsListStyle_6 .show_all a{display:block; margin-top:.4em; text-decoration:none; border:1px solid #ddd; text-align:center; padding:.4em 1em; font-size:12px;  color:#666; }
.boxNewsListStyle_6 .newSort{display: block;color:#999;}


@media screen and (max-width:991px){
}
@media screen and (max-width:768px){
.boxNewsListStyle_6 .sumary_list .newName a{font-size:14px;}
.boxNewsListStyle_6 .sumary_list .newsTime{font-size:14px;}

.boxNewsListStyle_6  .newPic{width:100%;float:none;margin-bottom: 6px;}
.boxNewsListStyle_6 .show_all{width:40%;min-width: 160px; }


}

}
@media screen and (max-width:480px){
.boxNewsListStyle_6 .sumary_list .newName a{font-size:12px;}
.boxNewsListStyle_6 .sumary_list .newsTime{font-size:12px;}
}


	#newsList_style_06_1517628064058 .newDetail.pc {display:block;}
	#newsList_style_06_1517628064058 .newDetail.pad, #newsList_style_06_1517628064058 .newDetail.mobile {display:none;}
	@media screen and (min-width:641px) and (max-width:1200px) {
		#newsList_style_06_1517628064058 .newDetail.pad {display:block;}
		#newsList_style_06_1517628064058 .newDetail.pc, #newsList_style_06_1517628064058 .newDetail.mobile {display:none;}
	}
	@media screen and (max-width:640px) {
		#newsList_style_06_1517628064058 .newDetail.mobile {display:block;}
		#newsList_style_06_1517628064058 .newDetail.pc, #newsList_style_06_1517628064058 .newDetail.pad {display:none;}
	}

@media screen and (min-width: 1025px) {
	#newsList_style_06_1517628064058 .newPic{width: 0px;}
	#newsList_style_06_1517628064058 .sumary_list .newCont{width: calc(100% - 0px - 10px);}
}
@media screen and (min-width: 640px) and (max-width: 1024px) {
	#newsList_style_06_1517628064058 .newPic{width: 0px;}
	#newsList_style_06_1517628064058 .sumary_list .newCont{width: calc(100% - 0px - 10px);}
}

@media screen and (max-width: 640px) {
}


	#image_style_01_1515661369284 .CompatibleImg img{width:100%; height:auto; margin-left:0px}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1515661369284 .CompatibleImg img{width:100%; height:auto; margin-left:0px}}@media screen and (max-width:640px) {#image_style_01_1515661369284 .CompatibleImg img{width:auto; height:100%; position:relative; top:0; left:50%;-webkit-transform:translate(-50%,0);-o-transform:translate(-50%,0);-moz-transform:translate(-50%,0);-ms-transform:translate(-50%,0);transform:translate(-50%,0);}}
.imgStyle { height:100%; width:100%; overflow: hidden; box-sizing: border-box;}
.imgStyle>a{overflow: hidden; width: 100%; height: 100%;}
.imgStyle img{box-sizing: border-box;}

	#image_style_01_1515662147223 .CompatibleImg img{width:100%; height:auto; margin-left:0px}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1515662147223 .CompatibleImg img{width:100%; height:auto; margin-left:0px}}@media screen and (max-width:640px) {#image_style_01_1515662147223 .CompatibleImg img{width:auto; height:100%; position:relative; top:0; left:50%;-webkit-transform:translate(-50%,0);-o-transform:translate(-50%,0);-moz-transform:translate(-50%,0);-ms-transform:translate(-50%,0);transform:translate(-50%,0);}}
.imgStyle { height:100%; width:100%; overflow: hidden; box-sizing: border-box;}
.imgStyle>a{overflow: hidden; width: 100%; height: 100%;}
.imgStyle img{box-sizing: border-box;}

	#image_style_01_1515662574743 .CompatibleImg img{width:100%; height:auto; margin-left:0px}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1515662574743 .CompatibleImg img{width:100%; height:auto; margin-left:0px}}@media screen and (max-width:640px) {#image_style_01_1515662574743 .CompatibleImg img{width:auto; height:100%; position:relative; top:0; left:50%;-webkit-transform:translate(-50%,0);-o-transform:translate(-50%,0);-moz-transform:translate(-50%,0);-ms-transform:translate(-50%,0);transform:translate(-50%,0);}}
.imgStyle { height:100%; width:100%; overflow: hidden; box-sizing: border-box;}
.imgStyle>a{overflow: hidden; width: 100%; height: 100%;}
.imgStyle img{box-sizing: border-box;}

	#image_style_01_1515662777689 .CompatibleImg img{width:100%; height:auto; margin-left:0px}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1515662777689 .CompatibleImg img{width:100%; height:auto; margin-left:0px}}@media screen and (max-width:640px) {#image_style_01_1515662777689 .CompatibleImg img{width:auto; height:100%; position:relative; top:0; left:50%;-webkit-transform:translate(-50%,0);-o-transform:translate(-50%,0);-moz-transform:translate(-50%,0);-ms-transform:translate(-50%,0);transform:translate(-50%,0);}}
.imgStyle { height:100%; width:100%; overflow: hidden; box-sizing: border-box;}
.imgStyle>a{overflow: hidden; width: 100%; height: 100%;}
.imgStyle img{box-sizing: border-box;}

	#image_style_01_1514969740778 .CompatibleImg img{width:auto; height:100%; position:relative; top:0; left:50%;-webkit-transform:translate(-50%,0);-o-transform:translate(-50%,0);-moz-transform:translate(-50%,0);-ms-transform:translate(-50%,0);transform:translate(-50%,0);}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1514969740778 .CompatibleImg img{width:auto; height:100%; position:relative; top:0; left:50%;-webkit-transform:translate(-50%,0);-o-transform:translate(-50%,0);-moz-transform:translate(-50%,0);-ms-transform:translate(-50%,0);transform:translate(-50%,0);}}@media screen and (max-width:640px) {#image_style_01_1514969740778 .CompatibleImg img{null}}
#image_style_01_1514969740778 a{
	cursor: default;
}

.imgStyle { height:100%; width:100%; overflow: hidden; box-sizing: border-box;}
.imgStyle>a{overflow: hidden; width: 100%; height: 100%;}
.imgStyle img{box-sizing: border-box;}

	#image_style_01_1514969740791 .CompatibleImg img{width:auto; height:100%; position:relative; top:0; left:50%;-webkit-transform:translate(-50%,0);-o-transform:translate(-50%,0);-moz-transform:translate(-50%,0);-ms-transform:translate(-50%,0);transform:translate(-50%,0);}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1514969740791 .CompatibleImg img{width:auto; height:100%; position:relative; top:0; left:50%;-webkit-transform:translate(-50%,0);-o-transform:translate(-50%,0);-moz-transform:translate(-50%,0);-ms-transform:translate(-50%,0);transform:translate(-50%,0);}}@media screen and (max-width:640px) {#image_style_01_1514969740791 .CompatibleImg img{null}}
#image_style_01_1514969740791 a{
	cursor: default;
}

.imgStyle { height:100%; width:100%; overflow: hidden; box-sizing: border-box;}
.imgStyle>a{overflow: hidden; width: 100%; height: 100%;}
.imgStyle img{box-sizing: border-box;}

	#image_style_01_1514969740800 .CompatibleImg img{width:auto; height:100%; position:relative; top:0; left:50%;-webkit-transform:translate(-50%,0);-o-transform:translate(-50%,0);-moz-transform:translate(-50%,0);-ms-transform:translate(-50%,0);transform:translate(-50%,0);}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1514969740800 .CompatibleImg img{width:auto; height:100%; position:relative; top:0; left:50%;-webkit-transform:translate(-50%,0);-o-transform:translate(-50%,0);-moz-transform:translate(-50%,0);-ms-transform:translate(-50%,0);transform:translate(-50%,0);}}@media screen and (max-width:640px) {#image_style_01_1514969740800 .CompatibleImg img{null}}
#image_style_01_1514969740800 a{
	cursor: default;
}

.imgStyle { height:100%; width:100%; overflow: hidden; box-sizing: border-box;}
.imgStyle>a{overflow: hidden; width: 100%; height: 100%;}
.imgStyle img{box-sizing: border-box;}

	#image_style_01_1514969740805 .CompatibleImg img{width:auto; height:100%; position:relative; top:0; left:50%;-webkit-transform:translate(-50%,0);-o-transform:translate(-50%,0);-moz-transform:translate(-50%,0);-ms-transform:translate(-50%,0);transform:translate(-50%,0);}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1514969740805 .CompatibleImg img{width:auto; height:100%; position:relative; top:0; left:50%;-webkit-transform:translate(-50%,0);-o-transform:translate(-50%,0);-moz-transform:translate(-50%,0);-ms-transform:translate(-50%,0);transform:translate(-50%,0);}}@media screen and (max-width:640px) {#image_style_01_1514969740805 .CompatibleImg img{null}}
#image_style_01_1514969740805 a{
	cursor: default;
}

.imgStyle { height:100%; width:100%; overflow: hidden; box-sizing: border-box;}
.imgStyle>a{overflow: hidden; width: 100%; height: 100%;}
.imgStyle img{box-sizing: border-box;}

	#image_style_01_1514969740894 .CompatibleImg img{width:auto; height:100%; position:relative; top:0; left:50%;-webkit-transform:translate(-50%,0);-o-transform:translate(-50%,0);-moz-transform:translate(-50%,0);-ms-transform:translate(-50%,0);transform:translate(-50%,0);}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1514969740894 .CompatibleImg img{width:auto; height:100%; position:relative; top:0; left:50%;-webkit-transform:translate(-50%,0);-o-transform:translate(-50%,0);-moz-transform:translate(-50%,0);-ms-transform:translate(-50%,0);transform:translate(-50%,0);}}@media screen and (max-width:640px) {#image_style_01_1514969740894 .CompatibleImg img{null}}
#image_style_01_1514969740894 a{
	cursor: default;
}

.imgStyle { height:100%; width:100%; overflow: hidden; box-sizing: border-box;}
.imgStyle>a{overflow: hidden; width: 100%; height: 100%;}
.imgStyle img{box-sizing: border-box;}

	#image_style_01_1514969740900 .CompatibleImg img{width:auto; height:100%; position:relative; top:0; left:50%;-webkit-transform:translate(-50%,0);-o-transform:translate(-50%,0);-moz-transform:translate(-50%,0);-ms-transform:translate(-50%,0);transform:translate(-50%,0);}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1514969740900 .CompatibleImg img{width:auto; height:100%; position:relative; top:0; left:50%;-webkit-transform:translate(-50%,0);-o-transform:translate(-50%,0);-moz-transform:translate(-50%,0);-ms-transform:translate(-50%,0);transform:translate(-50%,0);}}@media screen and (max-width:640px) {#image_style_01_1514969740900 .CompatibleImg img{null}}
#image_style_01_1514969740900 a{
	cursor: default;
}

.imgStyle { height:100%; width:100%; overflow: hidden; box-sizing: border-box;}
.imgStyle>a{overflow: hidden; width: 100%; height: 100%;}
.imgStyle img{box-sizing: border-box;}


.menuStyle_1{width:100%; position:relative;}
.menuStyle_1 *{transition:color,font-size,background,background-color,line-height,height,border,border-radius,box-shadow,opacity,padding,margin ease .3s; -webkit-transition:color,font-size,background,background-color,line-height,height,border,border-radius,box-shadow,opacity,padding,margin ease .3s; -moz-transition:color,font-size,background,background-color,line-height,height,border,border-radius,box-shadow,opacity,padding,margin ease .3s; -o-transition:color,font-size,background,background-color,line-height,height,border,border-radius,box-shadow,opacity,padding,margin ease .3s; box-sizing: border-box;}
.menuStyle_1 .dflex{display: -webkit-box;display: -webkit-flex;display: -ms-flexbox;display: flex;-webkit-box-align: center;-webkit-align-items: center;-ms-flex-align: center;align-items: center;}
.menuStyle_1 .rflex{-webkit-box-flex: 1;-webkit-flex: 1;-ms-flex: 1;flex: 1; float: left\0;}
.menuStyle_1 ul,.menuStyle_1 li{padding:0;margin:0px;list-style:none}
.menuStyle_1 .menuLayout{position:relative; margin:0 auto;width:100%;}
.menuStyle_1 .menuLayout:after{content:''; display:block; clear:both;}
.menuStyle_1 .menuUl_box{position:relative; width:100%; text-align:center;}
.menuStyle_1 .menuUl{position:relative; width:100%; text-align:center;}
.menuStyle_1 .menuUl li{position:relative;}
.menuStyle_1 .menuUl li>a{text-decoration:none; color:#4d5158;font-size:14px;height:44px; box-sizing:border-box; line-height:44px;display:block;text-align:center; letter-spacing:normal; white-space:nowrap; padding: 0 1em\0;}
.menuStyle_1 .menuUl li>a:hover{color:#f90}
.menuStyle_1 .menuUl #hot > a{color:#f90;}
.menuStyle_1 .menuLayout .miniMenu{display:none;}
.menuStyle_1 .menuUl02 {opacity: 0; display: none; position: absolute; left: 50%; height: 0; transform: translate(-50%,0); -webkit-transform: translate(-50%,0); -moz-transform: translate(-50%,0); -o-transform: translate(-50%,0);}
.menuStyle_1 .menuUl .rflex:hover .menuUl02 {opacity: 1; display: block; height: auto;}
.menuStyle_1 .menuUl02 .subMenu02 { float: none;}
.menuStyle_1 .menuUl02 .subMenu02 a { color: #333; width: 130px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; padding: 0 15px;}
.menuStyle_1 .menuUl02 .subMenu02 a:hover {}
.menuStyle_1 .rflex { position: relative;}




@media screen and (max-width:640px) {
.menuStyle_1 .menuUl,.menuStyle_1 .menuUl_box {display:none;}
.menuStyle_1 .menuScroll{height: 84%; height: 84vh; width: 100%;}
.menuStyle_1 .menuScroll>.menuUlCopy{width: calc(100% + 18px); height: 100%; overflow-x: hidden; overflow-y: scroll; }
.menuStyle_1 .menuLayout .miniMenu{display:block; position:relative; overflow:hidden; width: 100%; height:44px;}
.menuStyle_1 .miniMenu .leftBox .sidebar{font-size:28px; line-height:44px; font-weight:normal;cursor:pointer;color:#4d5158; position:absolute; top:0; right:0px; width:44px; text-align:center;}
.menuStyle_1 .miniMenu .leftBox .nav{width:100%; height:44px;}
.menuStyle_1 .miniMenu .leftBox .menuUlCopy{padding:15px 0 15px 30px;}
.menuStyle_1 .miniMenu .leftBox .menuUlCopy li{width:100%; }
.menuStyle_1 .miniMenu .leftBox .menuUlCopy li a{width:100%; display:block; text-align:left;color:#fff; border-bottom:1px solid rgba(255,255,255,.2); text-decoration:none; font-size:16px; line-height:44px; white-space: nowrap;
overflow: hidden; text-overflow: ellipsis;} 
.menuStyle_1 .menuLayout .miniMenu.Mslide{height:100% !important; height:100vh !important; background:rgba(0,0,0,.85); position: fixed; width: 100%; top: 0; left: 0;}
.menuStyle_1 .menuLayout .miniMenu.Mslide .sidebar{color:#fff;}
.menuStyle_1 .menuLayout .miniMenu.Mslide .nav a{display:none !important;}
}

				.bottomMenu{width: 100%; box-sizing:border-box; display: none;position:fixed;bottom:0;z-index:999999}
				.bottomMenu ul{position: relative; box-sizing: border-box; width: 100%; height: 50px; padding:5px 0; background-color: #fff; border-top: 1px solid #ddd; box-shadow: 0 0px 6px rgba(0,0,0,.1); display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;}
				.bottomMenu ul li{position:relative; box-sizing: border-box; -webkit-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1;}
				.bottomMenu ul li .menuItem{position: relative;}
				.bottomMenu ul li .menuIco{width: 26px; height: 26px; overflow: hidden; margin: 0 auto 5px;}
				.bottomMenu ul li .menuIco img{width: 100%; height: 100%;}
				.bottomMenu ul li .menuName{font-size: 12px; white-space: nowrap; margin: auto; text-align: center; color: #333; line-height: 1;}
				.bottomMenu ul li .submenuItems{position: absolute; bottom: 48px; z-index:999999; width: 100%; text-align: center; border: 1px solid #ddd; background-color: #fff; box-shadow: 0 0px 6px rgba(0,0,0,.1);}
				.bottomMenu ul li .submenuItems a{display: block; height: 36px; line-height: 36px; font-size: 12px; color: #333; border-bottom: 1px solid #ddd; }
				@media screen and (max-width:767px) {
					.bottomMenu{display: block;}
					
					body{padding-bottom:55px;}
				}
				
				
				.view_contents {
    max-width: 1200px;
    overflow: visible;	
}

.view_contents h5{ color:#0975bd; text-align:center; font-size:30px; margin:30px 0; padding:10px 0;}
